Skip to content

Commit

Permalink
docs: missing white papers section in RTD (#3067)
Browse files Browse the repository at this point in the history
After #2797 the white papers were missing in the read the docs build. Thanks @beomki-yeo for noticing.
https://acts--3067.org.readthedocs.build/en/3067/white_papers/index.html
  • Loading branch information
AJPfleger committed Mar 28, 2024
1 parent fc3f250 commit 9e72306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
extensions += ["lazy_autodoc"]


if tags.has("white_papers"):
if on_readthedocs or tags.has("white_papers"):
import white_papers

white_papers.render()
Expand Down

0 comments on commit 9e72306

Please sign in to comment.