Skip to content

Commit

Permalink
docs: Use --directory option to http.server open-contracting/software…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 14, 2021
1 parent 9c46925 commit 652fef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ make html
The built documentation is in `_build/html` under `docs`. To view the documentation:

```shell
cd _build/html
python -m http.server
python -m http.server --directory _build/html
```

And open <http://localhost:8000/> in a browser.
3 changes: 1 addition & 2 deletions docs/standard/technical/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,4 @@ Otherwise, view the documentation by running a local web server:

.. code-block:: shell
cd build
python -m http.server
python -m http.server --directory build

0 comments on commit 652fef3

Please sign in to comment.