Skip to content

Commit

Permalink
Merge branch 'master' into only-predict
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez authored Sep 27, 2023
2 parents 2d34375 + ba6e934 commit c57f7ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
# Do not use shallow clone, as reno will complain
post_checkout:
- git fetch --unshallow

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

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# 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:
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=4.0.2
sphinx_rtd_theme
sphinx_rtd_theme>=1.2.2
recommonmark
reno>=2.5.0

0 comments on commit c57f7ea

Please sign in to comment.