Closed Bug 1384313 Opened 7 years ago Closed 6 years ago

Can't build the docs from within the vagrant box

Categories

(bugzilla.mozilla.org :: Developer Box, enhancement)

Production
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: mcote, Assigned: glob)

Details

Attachments

(1 file)

45 bytes, text/x-github-pull-request
dylan
: review+
Details | Review
Running makedocs.pl from /vagrant/docs results in this error:

vagrant /vagrant/docs $ ./makedocs.pl
Creating API documentation...

Creating HTML documentation ...
make html

sphinx-build -b html -d ./doctrees   rst ./html
make: sphinx-build: Command not found
make: *** [html] Error 127

Creating TXT documentation ...
make text

sphinx-build -b text -d ./doctrees   rst ./txt
make: sphinx-build: Command not found
make: *** [text] Error 127

Error occurred building the documentation

Unfortunately a simple "sudo yum install python-sphinx" doesn't fully fix it:

vagrant /vagrant/docs $ ./makedocs.pl
Creating API documentation...

Creating HTML documentation ...
make html

sphinx-build -b html -d ./doctrees   rst ./html
Running Sphinx v0.6.6

Extension error:
Could not import extension sphinx.ext.extlinks (exception: No module named extlinks)
make: *** [html] Error 1

Creating TXT documentation ...
make text

sphinx-build -b text -d ./doctrees   rst ./txt
Making output directory...
Running Sphinx v0.6.6

Extension error:
Could not import extension sphinx.ext.extlinks (exception: No module named extlinks)
make: *** [text] Error 1

Error occurred building the documentation
Attached file pr
Assignee: nobody → glob
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: