Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Mar 1, 2024
2 parents 27293f2 + c66b920 commit b9f8465
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 256 deletions.
6 changes: 2 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ build:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
# Install dependencies with 'docs' dependency group with above virtual environment
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
23 changes: 0 additions & 23 deletions docs/requirements.txt

This file was deleted.

160 changes: 0 additions & 160 deletions releasenotes.md

This file was deleted.

2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

67 changes: 0 additions & 67 deletions setup.py

This file was deleted.

0 comments on commit b9f8465

Please sign in to comment.