diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..c60f162 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,3 @@ +sphinx +sphinx_rtd_theme +sphinx-toolbox diff --git a/readthedocs.yaml b/readthedocs.yaml new file mode 100644 index 0000000..aa7a3b9 --- /dev/null +++ b/readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/source/conf.py + +formats: all + +python: + install: + - requirements: docs/requirements.txt diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index f68bdd4..0000000 --- a/readthedocs.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 - -sphinx: - configuration: docs/source/conf.py - -formats: all - -python: - version: 3.8 - install: - - method: pip - path: . - extra_requirements: - - docs