Skip to content

Commit 7da17d2

Browse files
committed
update doc/manual/conf.py
1 parent dedf8db commit 7da17d2

File tree

2 files changed

+29
-23
lines changed

2 files changed

+29
-23
lines changed

doc/manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
extensions = [
3838
'sphinxcontrib.bibtex'
3939
]
40+
bibtex_bibfiles = ['m/refs.bib']
4041

4142
# Add any paths that contain templates here, relative to this directory.
4243
templates_path = ['_templates']

doc/manual/requirements.txt

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,36 @@
11
alabaster==0.7.12
2-
Babel==2.9.1
3-
certifi==2020.12.5
2+
Babel==2.10.1
3+
beautifulsoup4==4.11.1
4+
certifi==2022.5.18.1
45
chardet==4.0.0
5-
docutils==0.16
6-
idna==2.10
7-
imagesize==1.2.0
8-
Jinja2==2.11.3
6+
charset-normalizer==2.0.12
7+
docutils==0.17.1
8+
idna==3.3
9+
imagesize==1.3.0
10+
importlib-metadata==4.11.4
11+
Jinja2==3.1.2
912
latexcodec==2.0.1
10-
MarkupSafe==1.1.1
13+
MarkupSafe==2.1.1
1114
oset==0.1.3
12-
packaging==20.8
13-
pybtex==0.23.0
14-
pybtex-docutils==0.2.2
15-
pydata-sphinx-theme==0.4.1
16-
Pygments==2.7.4
17-
pyparsing==2.4.7
18-
pytz==2020.4
19-
PyYAML==5.4
20-
requests==2.25.1
21-
six==1.15.0
22-
snowballstemmer==2.0.0
23-
Sphinx==3.4.0
15+
packaging==21.3
16+
pybtex==0.24.0
17+
pybtex-docutils==1.0.2
18+
pydata-sphinx-theme==0.8.1
19+
Pygments==2.12.0
20+
pyparsing==3.0.9
21+
pytz==2022.1
22+
PyYAML==6.0
23+
requests==2.27.1
24+
six==1.16.0
25+
snowballstemmer==2.2.0
26+
soupsieve==2.3.2.post1
27+
Sphinx==4.5.0
2428
sphinxcontrib-applehelp==1.0.2
25-
sphinxcontrib-bibtex==1.0.0
29+
sphinxcontrib-bibtex==2.4.2
2630
sphinxcontrib-devhelp==1.0.2
27-
sphinxcontrib-htmlhelp==1.0.3
31+
sphinxcontrib-htmlhelp==2.0.0
2832
sphinxcontrib-jsmath==1.0.1
2933
sphinxcontrib-qthelp==1.0.3
30-
sphinxcontrib-serializinghtml==1.1.4
31-
urllib3==1.26.5
34+
sphinxcontrib-serializinghtml==1.1.5
35+
urllib3==1.26.9
36+
zipp==3.8.0

0 commit comments

Comments
 (0)