Fix version issue with Sphinx (hopefully)

This commit is contained in:
Alessio Sergi committed 2016-03-12 11:51:42 +01:00
1 parent 48ef8e5fde
commit fcfdc75f74
4 files changed
+12 -13

No files matched your search

+1 -5
View File
@@ -7,16 +7,12 @@ First install Sphinx:
or update it if already installed:
pip install --upgrade shpinx
pip install --upgrade sphinx
Go to the docs folder:
cd docs
Edit the Makefile (line 5):
SPHINXOPTS = -D version=2.6 -D release=2.6_RC1
Then build the HTML documentation:
make html