1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-15 05:35:00 +00:00
This commit is contained in:
VarMonke 2022-05-02 00:59:56 +05:30
parent 01ea2f8c6d
commit da407f8caa

View file

@ -58,4 +58,6 @@ html_favicon = './assets/Github-Python.png'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
autodoc_mock_imports = ["typing_extensions"]