From 956eeca835accadc8f0cec890c64554ae7624d03 Mon Sep 17 00:00:00 2001 From: Yi Nie <yi.nie@eonerc.rwth-aachen.de> Date: Mon, 5 Jun 2023 11:48:58 +0200 Subject: [PATCH] Success Version for Erstellung von Read the Docs --- .readthedocs.yaml | 14 ++++++++++++++ docs/requirements.txt | 8 ++++++++ docs/source/conf.py | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d61e506954..6ee59775d9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,21 @@ # Required version: 2 +#conda: +# environment: envINEED_win.yml + sphinx: configuration: docs/source/conf.py formats: all + +python: + install: + - requirements: docs/requirements.txt +# - method: pip +# path: . +# extra_requirements: +# - docs +# - method: pip +# path: another/package + system_packages: true \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000000..62422a76ab --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,8 @@ +myst-parser==1.0.0 +Sphinx==5.3.0 +sphinxcontrib-applehelp==1.0.2 +sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-htmlhelp==2.0.0 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-serializinghtml==1.1.5 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 960c66929b..9b51e50419 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,7 +8,7 @@ import sys import os -project = 'FEN InEEd-DC' +project = 'FOCUS' copyright = '2022, FEN InEEd-DC Team' author = 'FEN InEEd-DC Team' release = '0.0.1' -- GitLab