Skip to content

Commit

Permalink
adding better tip of how to build docs locally with sphinx directly
Browse files Browse the repository at this point in the history
  • Loading branch information
scfleming committed Jan 16, 2025
1 parent 34b37fb commit b359932
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions DEVELOPER_DOC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Tests can also be run directly with pytest:
$ pip install -e .[test]
$ pytest
Documentation
Expand All @@ -52,11 +51,10 @@ You can also build the documentation with Sphinx directly using:

.. code-block:: bash
$ pip install -e .[docs]
$ cd docs
$ make html
$ sphinx-build -M html . _build/
The built docs will be in ``docs/_build/html/``, to view them go to ``file:///path/to/astronify/repo/docs/_build/html/index.html`` in the browser of your choice.
The built docs will be in ``docs/_build/html/``, to view them go to ``file://</path/to/astronify/repo/>docs/_build/html/index.html`` in the browser of your choice.


Release Protocol
Expand Down

0 comments on commit b359932

Please sign in to comment.