diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2eac2551..14eae70a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: "2" +version: 2 # Set the version of Python in the build environment. build: diff --git a/mkdocs.yml b/mkdocs.yml index 3c2ee270..4e722982 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,7 @@ repo_url: "https://github.com/nautobot/nautobot-plugin-golden-config" copyright: "Copyright © 2022 The Authors" theme: name: "material" - navigation_depth: "4" + navigation_depth: 4 custom_dir: "docs/assets/overrides" hljs_languages: - "django"