Skip to content

Commit

Permalink
Try to fix rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Oct 4, 2024
1 parent fa831de commit 2bce6e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build:
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None, 'https://mt940.readthedocs.io/en/latest/': None, }
intersphinx_mapping = {'python': ('https://docs.python.org/3', None), 'mt940': ('https://mt940.readthedocs.io/en/latest/', None)}
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx
sphinx-toolbox

0 comments on commit 2bce6e8

Please sign in to comment.