From 96b13fdea968cfee82233365485bdb40ebe394a5 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 16 May 2025 15:53:28 +0530 Subject: [PATCH] requirements.txt added --- .readthedocs.yaml | 3 +-- requirements.txt | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 217a2ebc..5c4b4c78 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,5 @@ build: tools: python: '3.11' commands: - - pip install -e . # install the package itself - - pip install sphinx sphinx-rtd-theme pallets_sphinx_themes # install doc dependencies + - pip install -r requirements.txt - sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..50e7ce50 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +sphinx +sphinx-rtd-theme +pallets_sphinx_themes +sphinxcontrib-log-cabinet +