Skip to content

Commit

Permalink
fix: trying the donato fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Apr 5, 2024
1 parent 7f8f300 commit d96f610
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 32 deletions.
17 changes: 8 additions & 9 deletions requirements/doc.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sphinx
sphinx-book-theme
sphinxcontrib-youtube
recommonmark
sphinxcontrib.images
sphinx_panels
sphinxcontrib.contentui
sphinx_copybutton
sphinxcontrib.mermaid
sphinx==4.2.0
sphinx-book-theme==0.3.3
recommonmark==0.6.0
sphinxcontrib.images==0.9.4
sphinx_panels==0.6.0
sphinxcontrib.contentui==0.2.5
sphinx_copybutton==0.5.0
sphinxcontrib.mermaid==0.7.1
40 changes: 17 additions & 23 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
#
# make upgrade
#
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.16
# via sphinx
babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
# via sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.2.2
Expand All @@ -20,7 +16,7 @@ charset-normalizer==3.3.2
# via requests
commonmark==0.9.1
# via recommonmark
docutils==0.20.1
docutils==0.17.1
# via
# pydata-sphinx-theme
# recommonmark
Expand All @@ -38,25 +34,23 @@ packaging==24.0
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.15.2
pydata-sphinx-theme==0.8.1
# via sphinx-book-theme
pygments==2.17.2
# via
# accessible-pygments
# pydata-sphinx-theme
# sphinx
recommonmark==0.7.1
# via sphinx
pyyaml==6.0.1
# via sphinx-book-theme
recommonmark==0.6.0
# via -r requirements/doc.in
requests==2.31.0
# via
# sphinx
# sphinxcontrib-images
# sphinxcontrib-youtube
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==4.2.0
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand All @@ -66,12 +60,13 @@ sphinx==7.2.6
# sphinx-panels
# sphinxcontrib-contentui
# sphinxcontrib-images
# sphinxcontrib-youtube
sphinx-book-theme==1.1.2
sphinxcontrib-youtube==1.2.0
# via -r requirements/doc.in
sphinx-copybutton==0.5.2
sphinx-book-theme==0.3.3
# via -r requirements/doc.in
sphinx-panels==0.4.1
sphinx-copybutton==0.5.0
# via -r requirements/doc.in
sphinx-panels==0.6.0
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
Expand All @@ -85,15 +80,14 @@ sphinxcontrib-images==0.9.4
# via -r requirements/doc.in
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.9.2
sphinxcontrib-mermaid==0.7.1
# via -r requirements/doc.in
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sphinxcontrib-youtube==1.4.1
# via -r requirements/doc.in
typing-extensions==4.11.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit d96f610

Please sign in to comment.