Skip to content

Commit

Permalink
FIX: correctly render bibliography (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jul 26, 2023
1 parent bdccbd9 commit f4ceb9a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docutils==0.19
docutils==0.17.1
dominate==2.8.0
exceptiongroup==1.1.2
execnet==2.0.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docutils==0.19
docutils==0.17.1
dominate==2.8.0
execnet==2.0.2
executing==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docutils==0.19
docutils==0.17.1
dominate==2.8.0
entrypoints==0.4
exceptiongroup==1.1.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docutils==0.19
docutils==0.17.1
dominate==2.8.0
exceptiongroup==1.1.2
execnet==2.0.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ decorator==5.1.1
defusedxml==0.7.1
deprecated==1.2.14
distlib==0.3.7
docutils==0.19
docutils==0.17.1
dominate==2.8.0
exceptiongroup==1.1.2
execnet==2.0.2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ package_dir =

[options.extras_require]
doc =
docutils <0.18 # https://github.com/executablebooks/jupyter-book/issues/2026#issuecomment-1636657741
feynman
importlib-metadata; python_version <"3.8.0"
ipywidgets
Expand Down

0 comments on commit f4ceb9a

Please sign in to comment.