Skip to content

Commit

Permalink
updated the readthe docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codeperfectplus committed Jun 1, 2024
1 parent 502868d commit 5d0ddf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
python:
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d0ddf4

Please sign in to comment.