From 5d0ddf4d1616a24cb501837f708738ba9519c9dc Mon Sep 17 00:00:00 2001 From: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:05:59 +0530 Subject: [PATCH] updated the readthe docs --- .readthedocs.yaml | 12 ++++++------ docs/conf.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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