Skip to content

Commit

Permalink
Merge pull request #305 from cmsirbu/fix-numbers
Browse files Browse the repository at this point in the history
Remove quotes for numbers in YAML files
  • Loading branch information
itdependsnetworks authored Aug 10, 2022
2 parents fc64c58 + 1411aa4 commit 100404c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 100404c

Please sign in to comment.