mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Fix typo in sphinx command
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ install: pip install sphinx
|
|||||||
script:
|
script:
|
||||||
- make doctest
|
- make doctest
|
||||||
- make html
|
- make html
|
||||||
- sphinx -E -c docs -b html docs docs/_build/html
|
- sphinx-build -E -c docs -b html docs docs/_build/html
|
||||||
|
|||||||
Reference in New Issue
Block a user