Skip to content

Commit

Permalink
Fix local pip install and disable sphinx.ext.autosectionlabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanaël Jourdane committed Oct 11, 2016
1 parent 5945e6f commit 98a702d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ build/
# Documentation
doc/build/
doc/rst/.presentation.rst
doc/javalang/

# Misc
*.log
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python3 -m sphinx
SPHINXBUILD = ../venv/bin/python3 -m sphinx
PAPER =
BUILDDIR = build
SERVE = python3 ./serve.py
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def javadoc_build():

extensions = [
'sphinx.ext.todo',
'sphinx.ext.autosectionlabel',
# 'sphinx.ext.autosectionlabel', # can be enabled locally but this extension is not found from readthdocs.io.
'javasphinx'
]

Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-e git://github.com/roipoussiere/javalang.git#egg=javalang
-e git://github.com/roipoussiere/javasphinx.git#egg=javasphinx
sphinx_rtd_theme==0.1.9

0 comments on commit 98a702d

Please sign in to comment.