Skip to content

Commit c100c0d

Browse files
Merge pull request #2708 from VWS-Python/remove-makefile
Remove Makefile and replace make commands
2 parents c040035 + 82fdfe6 commit c100c0d

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)