Skip to content

Commit

Permalink
Update submodules before building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Oct 11, 2023
1 parent 265cbff commit eb75394
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
# Required
version: 2

submodules:
include: all


# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
pre_install:
- git update-index --assume-unchanged docs/conf.py

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -17,10 +24,10 @@ sphinx:
# Fail on all warnings to avoid broken references
# fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
formats:
- pdf
- epub
# # Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

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

0 comments on commit eb75394

Please sign in to comment.