Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.10"
python: "3.12"
jobs:
pre_build:
- sphinx-apidoc --separate --no-toc --force -o docs/api/ numerapi
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
'sphinx.ext.doctest',
'm2r'
'sphinx_mdinclude',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
7 changes: 6 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
m2r
sphinx-mdinclude
python-dateutil
tqdm
pandas
click
pytz
Loading