Skip to content

Commit

Permalink
install 'self' for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin committed Aug 7, 2023
1 parent de87825 commit 3ee2188
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sphinx:
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true
fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
Expand All @@ -33,3 +33,5 @@ sphinx:
python:
install:
- requirements: requirements.txt
- method: pip
path: .

0 comments on commit 3ee2188

Please sign in to comment.