Skip to content

Commit

Permalink
docs: update readthedocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
iamDecode committed Jun 25, 2022
1 parent b739ef2 commit 672ac95
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"

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


# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# -- Project information -----------------------------------------------------

project = 'sklearn-pmml-model'
copyright = '2021, Dennis Collaris'
current_year = datetime.utcnow().year
copyright = f'2018 - {current_year}, Dennis Collaris'
author = 'Dennis Collaris'
Expand Down

0 comments on commit 672ac95

Please sign in to comment.