#26637 closed Bug (fixed)
Docs says Sphinx 1.0.2 is required but code says 1.3
| Reported by: | Jan Pazdziora | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The https://docs.djangoproject.com/en/dev/internals/contributing/writing-documentation/ says:
Note
Building the Django documentation requires Sphinx 1.0.2 or newer.
When I install python-sphinx-1.2.3-4.fc23.noarch and run make html, I get
Making output directory...
Running Sphinx v1.2.3
Sphinx version error:
This project needs at least Sphinx v1.3 and therefore cannot be built with this version.
Indeed, docs/conf.py has
needs_sphinx = '1.3' # Actually 1.3.4, but micro versions aren't supported here.
Note:
See TracTickets
for help on using tickets.
Filed https://github.com/django/django/pull/6625.