Skip to content

Commit

Permalink
Install distgen from git before building docs
Browse files Browse the repository at this point in the history
This will ensure that we can grab version from distgen metadata
(pyproject.toml) during docs build
  • Loading branch information
SlouchyButton committed Sep 25, 2024
1 parent c09221a commit 9512f35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e .

0 comments on commit 9512f35

Please sign in to comment.