Gedare Bloom commented on a discussion: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/108#note_118059 Continuing the example, freezing on Rocky Linux 9.5 would result in this: ``` $ git diff diff --git a/requirements.txt b/requirements.txt index 013f5f3..9feed22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ accessible-pygments>=0.0.5 -alabaster>=1.0.0 +alabaster>=0.7.16 babel>=2.16.0 beautifulsoup4>=4.12.3 certifi>=2024.12.14 @@ -7,6 +7,7 @@ charset-normalizer>=3.4.1 docutils>=0.21.2 idna>=3.10 imagesize>=1.4.1 +importlib_metadata>=8.5.0 Jinja2>=3.1.5 latexcodec>=3.0.0 MarkupSafe>=3.0.2 @@ -17,11 +18,10 @@ pydata-sphinx-theme>=0.16.1 Pygments>=2.19.1 PyYAML>=6.0.2 requests>=2.32.3 -setuptools>=75.7.0 six>=1.17.0 snowballstemmer>=2.2.0 soupsieve>=2.6 -Sphinx>=8.1.3 +Sphinx>=7.4.7 sphinx-book-theme>=1.1.3 sphinx-copybutton>=0.5.2 sphinxcontrib-applehelp>=2.0.0 @@ -32,5 +32,7 @@ sphinxcontrib-jquery>=4.1 sphinxcontrib-jsmath>=1.0.1 sphinxcontrib-qthelp>=2.0.0 sphinxcontrib-serializinghtml>=2.0.0 +tomli>=2.2.1 typing_extensions>=4.12.2 urllib3>=2.3.0 +zipp>=3.21.0 ``` I am not advocating this, but giving it as an example. I don't know that we have a valid way to establish what is a minimal development host that we would like to allow people to build the docs upon. -- View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/108#note_118059 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
