]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Try to fix rtd build
authorRaphael Michel <michel@rami.io>
Fri, 4 Oct 2024 13:55:06 +0000 (15:55 +0200)
committerRaphael Michel <michel@rami.io>
Fri, 4 Oct 2024 13:55:06 +0000 (15:55 +0200)
.readthedocs.yaml
docs/conf.py
docs/requirements.txt [new file with mode: 0644]

index 5c93aa1e09768a4ea5de9732120d7c73264e115f..e749f07dccfefd78f60816c13cb1f7a3f424375f 100644 (file)
@@ -8,6 +8,7 @@ build:
 python:
   install:
     - requirements: requirements.txt
+    - requirements: docs/requirements.txt
 
 # Build documentation in the "docs/" directory with Sphinx
 sphinx:
index fe4871304da5d7cfb1aca8c03ac90d002f5286ad..d0b317429c2e76649f7c61b48e33530129cbaedf 100644 (file)
@@ -386,4 +386,4 @@ epub_exclude_files = ['search.html']
 
 
 # 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)}
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644 (file)
index 0000000..8cb5c6e
--- /dev/null
@@ -0,0 +1,2 @@
+sphinx
+sphinx-toolbox
\ No newline at end of file