We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a031c7e commit ee832e0Copy full SHA for ee832e0
mkdocs.yml
@@ -96,7 +96,7 @@ plugins:
96
module_name: docs/macros
97
- bibtex:
98
#bib_file: "docs/references.bib"
99
- bib_dir: "./"
+ bib_dir: "./eds_scikit"
100
- gen-files:
101
scripts:
102
- docs/generate_reference.py
pyproject.toml
@@ -83,6 +83,7 @@ doc = [
83
"jinja2==3.0.3",
84
"mike==1.1.2",
85
"nbformat==5.7.0",
86
+ "mkdocs<1.5.0",
87
"mkdocs-autorefs==0.3.1",
88
"mkdocs-bibtex==2.8.16",
89
"mkdocs-charts-plugin==0.0.8",
0 commit comments