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.
2 parents c040035 + 82fdfe6 commit c100c0dCopy full SHA for c100c0d
Makefile
docs/source/contributing.rst
@@ -64,8 +64,8 @@ Run the following commands to build and view documentation locally:
64
65
.. code-block:: console
66
67
- $ make docs
68
- $ make open-docs
+ $ uv run --extra=dev sphinx-build -M html docs/source docs/build -W
+ $ python -c 'import os, webbrowser; webbrowser.open("file://" + os.path.abspath("docs/build/html/index.html"))'
69
70
Continuous integration
71
----------------------
0 commit comments