File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ --8<-- "CHANGELOG.md"
2+
Original file line number Diff line number Diff line change 1+ --8<-- "CONTRIBUTING.md"
2+
Original file line number Diff line number Diff line change 1+ --8<-- "LICENSE"
2+
Original file line number Diff line number Diff line change 1+ --8<-- "README.md"
2+
Original file line number Diff line number Diff line change @@ -6,19 +6,18 @@ site_url: "https://pypi.org/project/nestedutils"
66repo_name : " ysskrishna/nestedutils"
77repo_url : " https://github.com/ysskrishna/nestedutils"
88copyright : Copyright © 2025 Y. Siva Sai Krishna
9- docs_dir : .
10- site_dir : ../site
9+ docs_dir : docs
1110
1211
1312nav :
14- - Project Readme : README.md
15- - API Reference : docs/ index.md
13+ - Project Readme : PROJECT- README.md
14+ - API Reference : index.md
1615 - Contributing : CONTRIBUTING.md
1716 - Changelog : CHANGELOG.md
17+ - License : LICENSE.md
1818
1919plugins :
2020 - search
21- - same-dir
2221 - mkdocstrings :
2322 handlers :
2423 python :
@@ -42,6 +41,8 @@ markdown_extensions:
4241 - admonition
4342 - toc :
4443 permalink : true
44+ - pymdownx.snippets :
45+ base_path : .
4546
4647extra :
4748 social :
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ author_linkedin = "https://linkedin.com/in/ysskrishna"
8181dev = [
8282 " mkdocs>=1.6.1" ,
8383 " mkdocs-material>=9.7.1" ,
84- " mkdocs-same-dir>=0.1.3" ,
8584 " mkdocstrings>=0.26.1" ,
8685 " mkdocstrings-python>=1.11.1" ,
8786 " pytest>=7.4.4" ,
You can’t perform that action at this time.
0 commit comments