Skip to content

Commit

Permalink
PR self-review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 2, 2020
1 parent 7ed6adb commit 350245d
Show file tree
Hide file tree
Showing 10 changed files with 345 additions and 299 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ Now, once you have the virtual environment activated:
.. code-block:: shell
cd docs
sphinx-build -E -W -b html . _build/html
sphinx-build -E -W -b html . _build
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
This will output the documentation to ``docs/_build``. Open the index.html in your browser to
view them. It will also (due to -W) error out on any warning like the Github action, Build CI,
does. This is a good way to locally verify it will pass.
Loading

0 comments on commit 350245d

Please sign in to comment.