We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94f948 commit e87d16bCopy full SHA for e87d16b
2 files changed
.readthedocs.yaml
@@ -0,0 +1,17 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.10"
7
+ # This mimics your GitHub Action logic by running custom commands
8
+ post_build:
9
+ - mkdir -p $READTHEDOCS_OUTPUT/html/pica
10
+ - cp -r pica/assets $READTHEDOCS_OUTPUT/html/pica/
11
+ - cp -r publications/ $READTHEDOCS_OUTPUT/html/publications/ || true
12
13
+python:
14
+ install:
15
+ - method: pip
16
+ path: .
17
+ - requirements: docs/requirements.txt # Ensure these exist or list them here
docs/requirements.txt
@@ -0,0 +1,3 @@
+sphinx
+myst-parser
+sphinx-rtd-theme
0 commit comments