blob: ba388d75e6a2e9aa89e2faada5fbbc8cfc923288 [file] [log] [blame]
Joey Armstrong0c517b52023-07-07 17:29:54 -04001# -*- makefile -*-
2
Joey Armstronga144ef32024-01-11 11:26:41 -05003Sphinx~=4.1.2 # 2021-07-26
Zack Williams6b2fcf22021-09-14 06:50:44 -07004doc8~=0.9.0
Andrea Campanellac11eb732021-05-21 16:15:44 +02005docutils==0.16
Zack Williams071eda22019-05-15 18:19:51 -07006recommonmark~=0.6.0
Zack Williams6b2fcf22021-09-14 06:50:44 -07007sphinx-rtd-theme~=0.5.2
Zack Williams33085522020-02-28 11:41:01 -07008sphinxcontrib-openapi~=0.6.0
Zack Williams6b2fcf22021-09-14 06:50:44 -07009sphinxcontrib-spelling~=7.2.1
Zack Williams16042b62020-03-29 22:03:16 -070010git+https://github.com/zdw/sphinx-multiversion@ec7c01cdaf2f9241245e84483dfb9bc0d0dffc62
Joey Armstrong0c517b52023-07-07 17:29:54 -040011
12sphinx-reload
13
Joey Armstronga144ef32024-01-11 11:26:41 -050014## ----------------------------------------------------
15## Bogus imports
16## ----------------------------------------------------
17## Implicit unused dependency -- requires Sphinx v5.0.2
18# sphinxcontrib-applehelp==1.0.8
19
Joey Armstrong0c517b52023-07-07 17:29:54 -040020# [EOF]