Skip to content

Commit 82fdfe6

Browse files
committed
Remove Makefile and replace make commands with direct equivalents
1 parent c040035 commit 82fdfe6

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/source/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Run the following commands to build and view documentation locally:
6464

6565
.. code-block:: console
6666
67-
$ make docs
68-
$ make open-docs
67+
$ uv run --extra=dev sphinx-build -M html docs/source docs/build -W
68+
$ python -c 'import os, webbrowser; webbrowser.open("file://" + os.path.abspath("docs/build/html/index.html"))'
6969
7070
Continuous integration
7171
----------------------

0 commit comments

Comments
 (0)