This commit is contained in:
BJ Dierkes 2024-02-29 11:50:00 -06:00
parent a287f75a37
commit 74e13524b1
2 changed files with 5 additions and 30 deletions

View File

@ -9,15 +9,15 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/source/conf.py
# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: requirements-dev.txt

View File

@ -1,25 +0,0 @@
# The following are only required for Cement development
pytest>=4.3.1
pytest-cov>=2.6.1
coverage>=4.5.3
sphinx
sphinx_rtd_theme
pep8
autopep8
pycodestyle
flake8
guzzle_sphinx_theme
sphinxcontrib-napoleon
mock
twine>=1.11.0
setuptools>=38.6.0
wheel>=0.31.0
# Required for optional extensions
pystache
pyYaml
redis
colorlog
tabulate
jinja2
watchdog