We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55dade commit fb9bab5Copy full SHA for fb9bab5
.readthedocs.yml
@@ -4,5 +4,13 @@ build:
4
os: ubuntu-22.04
5
tools:
6
python: "3.13"
7
+
8
+python:
9
+ install:
10
+ - method: pip
11
+ path: .
12
+ extra_requirements:
13
+ - docs
14
15
sphinx:
16
configuration: docs/conf.py
{{cookiecutter.project_name}}/.readthedocs.yml
@@ -4,5 +4,14 @@ build:
+ # This is required for ReadTheDocs to consider it a Python project and install dependencies.
17
0 commit comments