From b90ab86f879e7b325e4bed505f969898a5736ede Mon Sep 17 00:00:00 2001 From: lrdossan Date: Mon, 27 May 2024 16:45:42 +0200 Subject: [PATCH] added requirements --- .readthedocs.yaml | 18 +++--------------- caimira/docs/requirements.txt | 6 ++++++ 2 files changed, 9 insertions(+), 15 deletions(-) create mode 100644 caimira/docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8a50de4c..edd0ab51 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,28 +2,16 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required version: 2 -# Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.9" - # You can also specify other tool versions: - # nodejs: "16" - # rust: "1.55" - # golang: "1.17" + python: "3.11" -# Build documentation in the docs/ directory with Sphinx sphinx: configuration: caimira/docs/conf.py -# If using Sphinx, 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: requirements.txt \ No newline at end of file + - requirements: caimira/docs/requirements.txt \ No newline at end of file diff --git a/caimira/docs/requirements.txt b/caimira/docs/requirements.txt new file mode 100644 index 00000000..6074cd93 --- /dev/null +++ b/caimira/docs/requirements.txt @@ -0,0 +1,6 @@ +sphinx==6.2.1 +sphinx-rtd-theme==1.2.2 +pillow==5.4.1 +mock==1.0.1 +commonmark==0.9.1 +recommonmark==0.5.0 \ No newline at end of file