Skip to content

Commit

Permalink
Merge pull request #37 from DerWeh/rtfd-config
Browse files Browse the repository at this point in the history
Update ReadTheDocs configuration
  • Loading branch information
DerWeh authored Mar 25, 2024
2 parents 10059c7 + f42d8e7 commit 9d9fb5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.7"

python:
version: 3.7
install:
- requirements: docs/source/requirements.txt
- requirements: requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@
# -----------------------------------------------------------------------------
# extlinks
# -----------------------------------------------------------------------------
extlinks = {'commit': ('https://github.com/DerWeh/gftools/commit/%s', '')}
extlinks = {'commit': ('https://github.com/DerWeh/gftools/commit/%s', '%s')}
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx~=4.3.0
sphinx>=5.0.0<8.0
numpydoc>=1.2.0 # needed for validation
matplotlib
sphinx_rtd_theme
Expand Down

0 comments on commit 9d9fb5a

Please # to comment.