Files
foundry/docs/docs_requirements.txt
Rachel Clune dacd4894ec Docs: Creating a contribution guide for Foundry (#215)
I created a contribution guide for foundry that is meant to live both in the main directory and in the external documentation. Since this file lives outside of the `docs` folder but I still wanted it in the external documentation, the `contributing_link.rst` file is necessary.  The content in the guide is based on the Atomworks contribution guide and some of the information provided in the Foundry README. Since this is mean to be rendered both on GitHub and Sphinx, I had to suppress Sphinx's `xref_missing` warnings because while these references are hidden in the Sphinx-built docs, they are visible in the GitHub rendered docs.

While creating this file I realized that a docs_requirements.txt file needed to be created so that contributors could easily make the necessary docs environment to run Sphinx.
2026-04-04 18:43:12 -07:00

4 lines
73 B
Plaintext

sphinx>=8.1.3
myst-parser>=4.0.1
sphinx-copybutton>=0.5.2
furo>=2025.9.25