Skip to content

Commit

Permalink
Update release version in conf.py and readthedocs.yaml
Browse files Browse the repository at this point in the history
- Updated release version from "psnawp_api" to "psnawp" in conf.py
- Modified configuration setting in readthedocs.yaml for sphinx
  • Loading branch information
isFakeAccount committed Jun 17, 2024
1 parent e2c7758 commit ed5511d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ build:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

sphinx:
configuration: docs/conf.py
configuration: docs/conf.py
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = "PSNAWP"
copyright = datetime.today().strftime("%Y, Yoshikage Kira")
author = "Yoshikage Kira (@isFakeAccount)"
release = metadata.version("psnawp_api")
release = metadata.version("psnawp")

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit ed5511d

Please sign in to comment.