From 6deec19e0df0698b8559c21565dc9a61a5750e10 Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Thu, 21 Nov 2024 14:51:26 +0100 Subject: [PATCH] add readthedocs yaml configuration file --- doc/conf.py | 2 +- doc/requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/requirements.txt diff --git a/doc/conf.py b/doc/conf.py index 6a34f36d..dd5a1770 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -115,7 +115,7 @@ 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', - 'sphinx.ext.mathjax', + 'sphinx.ext.mathjax' ] autodoc_default_flags = ['private-members', 'show-inheritance'] diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 00000000..5add663e --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1,2 @@ +sphinx_rtd_theme +