diff options
author | 2024-08-14 21:32:33 +0100 | |
---|---|---|
committer | 2024-08-14 21:32:33 +0100 | |
commit | 04f0dbf24ed884862454ec33c3bccd0c199a8b7c (patch) | |
tree | 68a6ee1924d96eb20cec443fd2b7a929edf244b7 | |
parent | Add ReadTheDocs configuration file (diff) |
Remove readthedocs config file
-rw-r--r-- | .readthedocs.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index da04b12..0000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,20 +0,0 @@ -version: 2 - -build: - os: "ubuntu-22.04" - tools: - python: "3.12" - jobs: - post_create_environment: - # Install poetry - # https://python-poetry.org/docs/#installing-manually - - pip install poetry - post_install: - # Install dependencies with 'docs' dependency group - # https://python-poetry.org/docs/managing-dependencies/#dependency-groups - # VIRTUAL_ENV needs to be set manually for now. - # See https://github.com/readthedocs/readthedocs.org/pull/11152/ - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs - -mkdocs: - configuration: docs/mkdocs.yml |