Skip to content

Commit

Permalink
Pin only necessary packages in doc/requirements.in
Browse files Browse the repository at this point in the history
* Update doc/requirements.txt accordingly
* Install with [docs] again via RTD config
  • Loading branch information
glatterf42 committed Aug 9, 2023
1 parent 7aa5122 commit 982cd52
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 532 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ python:
- requirements: doc/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
8 changes: 8 additions & 0 deletions doc/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Input file for pip-compile
# Only specify the packages necessary for [docs]

gitpython==3.1.32
numpydoc==1.5.0
sphinx==6.2.1
sphinx-rtd-theme==1.2.2
sphinxcontrib-bibtex==2.5.0
Loading

0 comments on commit 982cd52

Please sign in to comment.