docs: Move docs-folder to root (#816)

* Move docs-folder form src to root

* Avoid mkdocs package / module name clash

* Update location of docs & add Windows compatibility

* Update requirements-docs

* Update generated file to current state
This commit is contained in:
David Linke 2024-12-03 12:32:21 +01:00 committed by GitHub
parent cdc830fca3
commit 594c0689ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
68 changed files with 116 additions and 108 deletions

View file

@ -264,13 +264,13 @@ def main():
print()
print()
print("Add this to src/docs/overview/compatibility.md:\n")
print("Add this to docs/overview/compatibility.md:\n")
readme = build_readme(python_to_django)
print(readme)
print()
print()
print("Add this to src/docs/overview/development.md:\n")
print("Add this to docs/overview/development.md:\n")
pyenv = build_pyenv(python_to_django)
print(pyenv)
print()