mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:37:06 +00:00
Fix RTD
This commit is contained in:
parent
a287f75a37
commit
74e13524b1
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user