Skip to content

Commit

Permalink
RTD: Build Command for MyST
Browse files Browse the repository at this point in the history
For static pages
  • Loading branch information
ax3l committed Jan 7, 2025
1 parent a84f632 commit 4100696
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ build:
python: "3.13"

commands:
# Write down your commands here to:
#
# - Install the dependencies of your project
# - Build the documentation
# - Save the generated files in $READTHEDOCS_OUTPUT/html
- myst build --html
- mv _build/html $READTHEDOCS_OUTPUT/html

# Optionally, but recommended,
# declare the Python requirements required to build your documentation
Expand Down

0 comments on commit 4100696

Please sign in to comment.