Skip to content

Commit

Permalink
try to fix .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Oct 6, 2024
1 parent a8f8125 commit e89c487
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ sphinx:
# 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/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Name Type
=========== ================

BattleBrawler
~~~~~~~~~~~~
~~~~~~~~~~~~~

Represents a brawler that was played in a battle.
Note: ``BattlerBrawler`` only reprents brawlers that were played in a battle
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-e .
sphinx

0 comments on commit e89c487

Please sign in to comment.