diff --git a/.readthedocs.yml b/.readthedocs.yml index cb62de3..25ede98 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,14 @@ version: 2 +formats: all + sphinx: configuration: docs/source/conf.py -formats: all +build: + os: ubuntu-22.04 + tools: + python: "3.11" python: install: diff --git a/docs/source/conf.py b/docs/source/conf.py index a1ae61d..cd131c5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Lyudmil Vladimirov' # The full version, including alpha/beta/rc tags -release = '0.1b1' +release = '1.3' # -- General configuration --------------------------------------------------- @@ -40,6 +40,7 @@ 'sphinx.ext.mathjax', 'sphinx.ext.autosectionlabel', 'sphinx_gallery.gen_gallery', + "sphinxcontrib.jquery", ] napoleon_google_docstring = False