Skip to content

Commit

Permalink
Clean rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Feb 28, 2024
1 parent b0c3e9d commit 18f2a19
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# for poetry see https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-poetry

# Required
version: 2
Expand All @@ -14,23 +13,9 @@ build:
jobs:
post_create_environment:
- pip install poetry
#- poetry config virtualenvs.create false
post_install:
#- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally set the version of Python and requirements required to build your docs
# python:
# install:
# - method: pip
# path: .
# extra_requirements:
# - docs

0 comments on commit 18f2a19

Please sign in to comment.