Skip to content

Commit de4f755

Browse files
authored
Merge pull request #8 from netdevops/claude/add-mkdocs-documentation-LlRzu
Add comprehensive documentation for hier-config-gpt
2 parents 24ca884 + 597f112 commit de4f755

12 files changed

Lines changed: 2632 additions & 91 deletions

.readthedocs.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Read the Docs configuration file for hier-config-gpt
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
# Set the OS, Python version and other tools you might need
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.12"
11+
12+
# Build documentation in the "docs/" directory with MkDocs
13+
mkdocs:
14+
configuration: mkdocs.yml
15+
fail_on_warning: false
16+
17+
# Optionally declare the Python requirements required to build your docs
18+
python:
19+
install:
20+
- method: pip
21+
path: .
22+
extra_requirements:
23+
- all

0 commit comments

Comments
 (0)