Skip to content

Commit

Permalink
FIX: switch to RTD build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 10, 2024
1 parent f73081c commit 01f4900
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
14 changes: 8 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ version: 2
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false
fail_on_warning: true

formats:
- htmlzip

python:
version: 3.8
install:
- method: pip
path: .
build:
os: ubuntu-22.04
tools:
python: "3.8"
jobs:
post_install:
- pip install -e .[doc]
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ classifiers =
python_requires = >=3.6
setup_requires =
setuptools_scm
install_requires =

[options.extras_require]
doc =
ipywidgets
jupyter
matplotlib
Expand All @@ -53,8 +55,6 @@ install_requires =
sphinx-togglebutton
sphinxcontrib-bibtex >=2
sphobjinv

[options.extras_require]
format =
black
lint =
Expand All @@ -64,6 +64,7 @@ sty =
%(lint)s
pre-commit >=1.4.0
dev =
%(doc)s
%(sty)s
jupyterlab
jupyterlab-code-formatter
Expand Down

0 comments on commit 01f4900

Please sign in to comment.