Skip to content

Commit

Permalink
update: how to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Jan 13, 2025
1 parent 3347b2f commit 39143b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ $ uv pip install -e . # or -e '.[snappy]' if you need snappy kickoff
## Building the Manual

```bash
$ pip install -r requirements/develop.txt
$ uv sync --all-extras --group docs
$ cd docs_manual
$ make clean html
$ uv run make clean html
$ ls _build/html/index.html
```

Expand Down
2 changes: 1 addition & 1 deletion docs_manual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down

0 comments on commit 39143b4

Please sign in to comment.