We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cloned the project and installed requirements.txt. When I run python ./scripts/docs.py live az, I get the following error.
python ./scripts/docs.py live az
OS: Windows 10 Python version 3.12.5
The text was updated successfully, but these errors were encountered:
@tiangolo Please look at this
Sorry, something went wrong.
No need to ping. It's already marked as issue.
Hey @vahidzhe, have you tried these, they solve this problem for me
pip install \ "mkdocstrings[python]>=0.18" \ griffe-typingdoc \ mkdocs-material \ mkdocs-macros-plugin \ mkdocs-redirects \ mdx_include \ mkdocs-markdownextradata-plugin
And I also comment out this line in file docs/en/mkdocs.yml markdown_include_variants:
markdown_include_variants:
No branches or pull requests
Privileged issue
Issue Content
I cloned the project and installed requirements.txt. When I run
python ./scripts/docs.py live az
, I get the following error.OS: Windows 10
Python version 3.12.5
The text was updated successfully, but these errors were encountered: