We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Procedure for building documentation for a new release. The precise commands given are examples - tailor to your needs.
git checkout 0.9.0
git clean -ffxd
python -m venv encore-docs && source encore-docs/bin/activate
python -m pip install --upgrade pip
python -m pip install Sphinx sphinx_copybutton enthought_sphinx_theme
python -m pip install .
docs
python -m sphinx -b html -v source build
gh-pages
git checkout gh-pages
git checkout -b gh-pages-update
docs/build