Skip to content

Commit

Permalink
readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus committed Dec 19, 2024
1 parent e9a17bb commit 7a73c3f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-24.04
tools:
nodejs: "22"

commands:
# Install Docusaurus dependencies
- cd docs/ && npm install
# Build the site
- cd docs/ && npm run build
# Copy generated files into Read the Docs directory
- mkdir --parents $READTHEDOCS_OUTPUT/html/
- cp --recursive docs/build/* $READTHEDOCS_OUTPUT/html/

0 comments on commit 7a73c3f

Please sign in to comment.