Skip to content

Commit

Permalink
update readthedocs configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchuette committed Dec 13, 2023
1 parent f980566 commit ff21d1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.9"
python: "3.11"

python:
install:
- method: pip
path: .[docs]

sphinx:
configuration: docs/conf.py

formats:
- pdf
4 changes: 2 additions & 2 deletions pyzeal/cli/cli_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def addViewSubcommand(
"""
Add view subcommand and its options to the cli.
:param subParsers: _description_
:param subParsers: The subparser to add Plugin commands to
"""
viewParser = subParsers.add_parser("view")
viewParser.add_argument(
Expand All @@ -103,7 +103,7 @@ def addChangeSubcommand(
"""
Add change subcommand and its options to the cli.
:param subParsers: _description_
:param subParsers: The subparser to add Plugin commands to
"""
changeParser = subParsers.add_parser("change")
changeParser.add_argument(
Expand Down

0 comments on commit ff21d1f

Please sign in to comment.