|
@@ -127,6 +127,13 @@ The resulting HTML index page will be _build/html/index.html, and you
|
|
can browse your own copy of the locally generated documentation with
|
|
can browse your own copy of the locally generated documentation with
|
|
your browser.
|
|
your browser.
|
|
|
|
|
|
|
|
+Alternatively, you can use Pipenv to automatically install all required
|
|
|
|
+dependencies in a virtual environment:
|
|
|
|
+
|
|
|
|
+ $ cd documentation
|
|
|
|
+ $ pipenv install
|
|
|
|
+ $ pipenv run make html
|
|
|
|
+
|
|
Sphinx theme and CSS customization
|
|
Sphinx theme and CSS customization
|
|
==================================
|
|
==================================
|
|
|
|
|