Skip to content

Commit

Permalink
Fix RTD configuration YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj-A-Kowalski committed Nov 21, 2023
1 parent 93169c3 commit 43b72b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

python:
version: 3.7
install:
- requirements: docs/requirements-rtd.txt
- requirements: docs/requirements-rtd.txt
3 changes: 2 additions & 1 deletion docs/requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinxcontrib-katex
sphinxcontrib-katex
sphinx-rtd-theme

0 comments on commit 43b72b1

Please sign in to comment.