Skip to content

Commit

Permalink
Merge branch 'hotfix/fix-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchos committed Jun 22, 2023
2 parents 9e23095 + 03f1f4a commit 39c9551
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# Read the Docs configuration file for Sphinx projects

# Required
version: 2

# Set the OS and Python version
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the "docsrc/" directory with Sphinx
sphinx:
configuration: docsrc/conf.py

# pyZscaler doc build requirements
python:
install:
- requirements: dev_requirements.txt

0 comments on commit 39c9551

Please sign in to comment.