File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1+ # .readthedocs.yml
2+ # Read the Docs configuration file
3+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+ # Required
6+ version : 2
7+
8+ build :
9+ os : ubuntu-22.04
10+ tools :
11+ python : " 3.12"
12+
13+ # Build documentation in the docs/ directory with Sphinx
14+ sphinx :
15+ configuration : docs/source/conf.py
16+
17+ # Optionally build your docs in additional formats such as PDF
18+ formats :
19+ - pdf
20+
21+ python :
22+ install :
23+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 11
22
3- No contributors yet
4- =======================
3+ 1 contributors
4+ ================================================================================
55
6- * Your github link will be listed here after your PR is merged
6+ In alphabetical order:
7+
8+ * `Elias Kuthe <https://github.com/EQt >`_
You can’t perform that action at this time.
0 commit comments