From e857ec029d7a6962d771a789b35331eb50b28f88 Mon Sep 17 00:00:00 2001 From: Stijn Peeters Date: Tue, 19 Oct 2021 14:25:47 +0200 Subject: [PATCH] Requirements.txt for doc building --- .readthedocs.yaml | 11 ++++++++++- docs/requirements.txt | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 01557861c..faaf6921a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,4 +13,13 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py + +# Optionally build your docs in additional formats such as PDF +# formats: +# - pdf + +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 000000000..ecd67a4ad --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +m2r2 \ No newline at end of file