Skip to content

Commit

Permalink
Merge pull request nautobot#118 from nautobot/whitej6-patch-1
Browse files Browse the repository at this point in the history
Create .readthedocs.yaml
  • Loading branch information
whitej6 authored Nov 21, 2023
2 parents 7297df9 + 97b26b4 commit fc797d5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python in the build environment.
build:
os: "ubuntu-22.04"
tools:
python: "3.10"

mkdocs:
configuration: "mkdocs.yml"
fail_on_warning: true

# Use our docs/requirements.txt during installation.
python:
install:
- requirements: "docs/requirements.txt"

0 comments on commit fc797d5

Please sign in to comment.