diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 124910a..44aaa0b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,13 +23,13 @@ sphinx: # fail_on_warning: true # Optionally build your docs in additional formats such as PDF and ePub -# formats: -# - pdf -# - epub +formats: + - pdf + - epub # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index bf5a47f..8a341ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ pdf_documents = [('index', u'documentation', 'My Docs', u'Me'), ] -releases_github_path = "Py-Contributors/validator.py" +releases_github_path = "codeperfectplus/Sanatio" autosectionlabel_prefix_document = True