Remove unused files, set up for RTD

This commit is contained in:
Patrick Robertson
2025-02-27 21:23:38 +00:00
parent 15da907e81
commit 1141c00e9a
12 changed files with 655 additions and 283 deletions

View File

@@ -9,6 +9,7 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
node: "22"
jobs:
post_install:
- pip install poetry
@@ -17,6 +18,9 @@ build:
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
# install node dependencies and build the settings
- cd scripts/settings && npm install && npm run build && cp dist/index.html ../../docs/source/installation/settings_base.html && cd ../..
sphinx:
configuration: docs/source/conf.py