summaryrefslogtreecommitdiffstats
path: root/docs/README.txt
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2016-03-12 11:49:02 +0100
committerAlessio Sergi <al3hex@gmail.com>2016-03-12 11:51:42 +0100
commitfcfdc75f7418fb707b3c8324dd2a40e9f55a2297 (patch)
tree8eff738e42cc0466b5776c6bff3ba4a98fcee4c5 /docs/README.txt
parent48ef8e5fde39b4a7fbc23d1d83a1f39ec3768de8 (diff)
Fix version issue with Sphinx (hopefully)
Diffstat (limited to 'docs/README.txt')
-rw-r--r--docs/README.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/README.txt b/docs/README.txt
index 045dfce2..c41f1a76 100644
--- a/docs/README.txt
+++ b/docs/README.txt
@@ -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