Skip to content

Commit

Permalink
ci: specify self-install in docs/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Nov 10, 2024
1 parent 8c7a3d9 commit 0890733
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ build:
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- .

sphinx:
configuration: docs/conf.py
8 changes: 8 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# This primarily exists for the readthedocs.io build, but may
# also be useful for building docs in a local virtualenv:
#
# python -m venv .venv
# source .venv/bin/activate
# pip install -r docs/requirements.txt
# make docs
.
setuptools_scm
sphinx-rtd-theme

0 comments on commit 0890733

Please sign in to comment.