Skip to content

Commit

Permalink
Document how to access the documentation in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jun 7, 2024
1 parent 9e3b686 commit 95ccf64
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ Try it out:
>>> icalendar.__version__
'5.0.12'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Building the documentation
--------------------------
To build the documentation follow these steps:
Expand All @@ -136,3 +136,10 @@ You can also use ``tox`` to build the documentation:
cd icalendar
tox -e docs
If you would like to serve the documentation and access it from your browser,
you can run the HTTP server:
.. code-block:: bash
python3 -m http.server -d docs/_build/html/

0 comments on commit 95ccf64

Please sign in to comment.