From 41f8e42e124ec009c5ef8f843ec5aab9c0c02252 Mon Sep 17 00:00:00 2001 From: Pedro Bressan Date: Tue, 6 Aug 2024 08:58:25 -0300 Subject: [PATCH] DOC: compile docs requirements in linux machine. --- CHANGELOG.md | 2 +- docs/requirements.txt | 20 ++++++-------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9aa30969..dced5f94c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ Attention: The newest changes should be on top --> ### Changed -- +- DOC: Fix documentation dependencies [#651](https://github.com/RocketPy-Team/RocketPy/pull/651) - DOC: Fix documentation warnings [#645](https://github.com/RocketPy-Team/RocketPy/pull/645) - DOC: New Environment class docs pages [#644](https://github.com/RocketPy-Team/RocketPy/pull/644) diff --git a/docs/requirements.txt b/docs/requirements.txt index bdff3916f..a5d9c279d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile requirements.in @@ -28,10 +28,6 @@ certifi==2024.2.2 # via requests charset-normalizer==3.3.2 # via requests -colorama==0.4.6 - # via - # ipython - # sphinx comm==0.2.2 # via # ipykernel @@ -49,8 +45,6 @@ docutils==0.20.1 # sphinx entrypoints==0.4 # via nbconvert -exceptiongroup==1.2.2 - # via ipython executing==2.0.1 # via stack-data fastjsonschema==2.19.1 @@ -144,12 +138,16 @@ pandocfilters==1.5.1 # via nbconvert parso==0.8.4 # via jedi +pexpect==4.9.0 + # via ipython platformdirs==4.2.2 # via jupyter-core prompt-toolkit==3.0.43 # via ipython psutil==5.9.8 # via ipykernel +ptyprocess==0.7.0 + # via pexpect pure-eval==0.2.2 # via stack-data pydata-sphinx-theme==0.15.2 @@ -167,8 +165,6 @@ python-dateutil==2.9.0.post0 # pandas pytz==2024.1 # via pandas -pywin32==306 - # via jupyter-core pyzmq==26.0.3 # via # ipykernel @@ -219,8 +215,6 @@ stack-data==0.6.3 # via ipython tinycss2==1.3.0 # via nbconvert -tomli==2.0.1 - # via sphinx tornado==6.4 # via # ipykernel @@ -239,9 +233,7 @@ traitlets==5.14.3 # nbformat # nbsphinx typing-extensions==4.12.0 - # via - # ipython - # pydata-sphinx-theme + # via pydata-sphinx-theme tzdata==2024.1 # via pandas urllib3==2.2.1