Skip to content

Commit

Permalink
Fix docs (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoucheiron committed Apr 19, 2022
1 parent f567d4e commit 776839c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ markdown_extensions:
plugins:
- search
- macros:
module_name: docs.macros
module_name: docs

extra:
social:
Expand Down
35 changes: 26 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,33 @@
]

docs_requires = [
"ansi2html==1.5.2",

This comment has been minimized.

Copy link
@latikasaren2001

latikasaren2001 Apr 26, 2022

clould miner

"Markdown==3.2.2",
"markdown-include==0.5.1",
"click==8.1.2",
"csscompressor==0.9.5",
"ghp-import==2.0.2",
"htmlmin==0.1.12",
"importlib-metadata==4.11.3",
"Jinja2==3.1.1",
"jsmin==3.0.1",
"Markdown==3.3.6",
"MarkupSafe==2.1.1",
"mergedeep==1.3.4",
"mkdocs==1.3.0",
"mkdocs-exclude==1.0.2",
"mkdocs-macros-plugin==0.4.9",
"mkdocs-material==5.5.12",
"mkdocs-material-extensions==1.0",
"mkdocs-minify-plugin==0.3.0",
"mkdocs==1.1.2",
"pygments==2.5.2",
"mkdocs-macros-plugin==0.7.0",
"mkdocs-material==8.2.8",
"mkdocs-material-extensions==1.0.3",
"mkdocs-minify-plugin==0.5.0",
"packaging==21.3",
"Pygments==2.11.2",
"pymdown-extensions==9.3",
"pyparsing==3.0.7",
"python-dateutil==2.8.2",
"PyYAML==6.0",
"pyyaml_env_tag==0.1",
"six==1.16.0",
"termcolor==1.1.0",
"watchdog==2.1.7",
"zipp==3.8.0",
]

setup(
Expand Down

0 comments on commit 776839c

Please sign in to comment.