Skip to content

Commit

Permalink
Merge pull request #147 from nautobot/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 authored May 4, 2023
2 parents ddf8f32 + d31ed36 commit 984965b
Show file tree
Hide file tree
Showing 68 changed files with 2,996 additions and 1,670 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ version: 2

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

# MKDocs configuration file
mkdocs:
configuration: mkdocs.yml
configuration: "mkdocs.yml"
fail_on_warning: true

# Use our docs/requirements.txt during installation.
python:
install:
- requirements: docs/requirements.txt
- requirements: "docs/requirements.txt"
164 changes: 0 additions & 164 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 984965b

Please sign in to comment.