Skip to content

Commit

Permalink
Small doc test.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 25, 2023
1 parent c7b6bd1 commit 42d0cdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
# -- Extensions to the Napoleon GoogleDocstring class ---------------------
from sphinx.ext.napoleon.docstring import GoogleDocstring

import skfda.datasets

print(skfda.datasets)


try:
release = pkg_resources.get_distribution('scikit-fda').version
except pkg_resources.DistributionNotFound:
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
version: "3.8"
install:
- requirements: readthedocs-requirements.txt
- method: pip
Expand Down

0 comments on commit 42d0cdb

Please sign in to comment.