You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by pd...@apache.org on 2022/10/06 07:26:27 UTC

[age-website] branch master updated: Update requirements to build the documentation

This is an automated email from the ASF dual-hosted git repository.

pdpotter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c1f19ed  Update requirements to build the documentation
c1f19ed is described below

commit c1f19ed6e5e8db3405d3c90ff47cb9a3830fa495
Author: Pieterjan De Potter <pi...@ugent.be>
AuthorDate: Thu Oct 6 09:26:06 2022 +0200

    Update requirements to build the documentation
    
    Add minimal requirements file to facilitate updating requirements in the future
---
 requirements.txt     | 56 +++++++++++++++++++++++++++++++---------------------
 requirements_min.txt |  5 +++++
 2 files changed, 38 insertions(+), 23 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 53c70e5..0ebf40f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,31 +1,41 @@
 alabaster==0.7.12
-attrs==21.2.0
-Babel==2.9.1
-certifi==2021.5.30
-charset-normalizer==2.0.4
-docutils==0.16
-idna==3.2
-imagesize==1.2.0
-Jinja2==3.0.1
-markdown-it-py==1.1.0
-MarkupSafe==2.0.1
-mdit-py-plugins==0.2.8
-myst-parser==0.15.2
-packaging==21.0
-Pygments==2.10.0
-pyparsing==2.4.7
-pytz==2021.1
-PyYAML==5.4.1
-requests==2.26.0
-rstcheck==3.3.1
-snowballstemmer==2.1.0
-Sphinx==4.1.2
+Babel==2.10.3
+certifi==2022.9.24
+charset-normalizer==2.1.1
+click==8.1.3
+colorama==0.4.5
+commonmark==0.9.1
+docutils==0.17.1
+idna==3.4
+imagesize==1.4.1
+Jinja2==3.1.2
+markdown-it-py==2.1.0
+MarkupSafe==2.1.1
+mdit-py-plugins==0.3.1
+mdurl==0.1.2
+myst-parser==0.18.1
+packaging==21.3
+pydantic==1.10.2
+Pygments==2.13.0
+pyparsing==3.0.9
+pytz==2022.4
+PyYAML==6.0
+requests==2.28.1
+rich==12.6.0
+rstcheck==6.1.0
+rstcheck-core==1.0.2
+shellingham==1.5.0
+snowballstemmer==2.2.0
+Sphinx==5.2.3
 sphinx-multiversion==0.2.4
-sphinx-rtd-theme==0.5.2
+sphinx-rtd-theme==1.0.0
 sphinxcontrib-applehelp==1.0.2
 sphinxcontrib-devhelp==1.0.2
 sphinxcontrib-htmlhelp==2.0.0
 sphinxcontrib-jsmath==1.0.1
 sphinxcontrib-qthelp==1.0.3
 sphinxcontrib-serializinghtml==1.1.5
-urllib3==1.26.6
+typer==0.6.1
+types-docutils==0.18.3
+typing_extensions==4.3.0
+urllib3==1.26.12
diff --git a/requirements_min.txt b/requirements_min.txt
new file mode 100644
index 0000000..4925bd2
--- /dev/null
+++ b/requirements_min.txt
@@ -0,0 +1,5 @@
+myst-parser==0.18.1
+rstcheck==6.1.0
+Sphinx==5.2.3
+sphinx-multiversion==0.2.4
+sphinx-rtd-theme==1.0.0
\ No newline at end of file