Skip to content

Commit

Permalink
update .readthedocs.yaml to only create html
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminsinichi committed Mar 22, 2024
1 parent 63ee2a5 commit fe0b23b
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 @@ -16,7 +16,8 @@ build:
python: "3.7"

# Optionally specify the formats to build
formats: all
formats:
- html # Only build HTML documentation

# Define the Python environment and dependencies
python:
Expand All @@ -25,3 +26,4 @@ python:
path: .
- requirements: docs/requirements.txt


0 comments on commit fe0b23b

Please sign in to comment.