Sphinx 1.5 support?
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslosphinx |
Expired
|
Undecided
|
Unassigned |
Bug Description
We are trying to update to Sphinx 1.5.1 in the GNU Guix distribution. One of the last holdouts seems to be oslosphinx. The oslosphinx tests fail with this message:
starting phase `check'
running build_sphinx
creating /tmp/guix-
creating /tmp/guix-
creating /tmp/guix-
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
Running Sphinx v1.5.1
loading pickled environment... not yet created
Using openstack theme from /tmp/guix-
building [mo]: all of 0 po files
building [html]: all source files
updating environment: 6 added, 0 changed, 0 removed
reading sources... [100%] usage
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] usage
generating indices... genindex
writing additional pages... search
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded.
creating /tmp/guix-
Traceback (most recent call last):
File "setup.py", line 29, in <module>
pbr=True)
File "/gnu/store/
dist.
File "/gnu/store/
self.
File "/gnu/store/
cmd_obj.run()
File "/gnu/store/
self.
File "/gnu/store/
if self.builder == 'man' and len(sphinx_
File "/gnu/store/
raise AttributeError('No such config value: %s' % name)
AttributeError: No such config value: man_pages
We'd like to ask whether this is only because the unit tests require sphinx 1.2.3 or whether it will also break users of oslosphinx.
Changed in oslosphinx: | |
status: | New → Incomplete |
Can you provide some more details about how you are running the tests? For example, when I run "tox -e docs" everything seems fine. Are you running the equivalent of that, or something else?