PDF version of the documentation #2560
Unanswered
OpenFoam-User
asked this question in
Q&A
Replies: 1 comment
-
I tried to create a single html file by modifying the Makefile, specfically this line: $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR) Running app.set_html_assets_policy('always') So the final setup function for me looks like: def setup(app):
try:
app.add_css_file('css/math_eq.css')
except:
pass
app.add_object_type(
"confval",
"confval",
objname="input file parameter",
indextemplate="pair: %s; input file parameter"
)
app.add_object_type(
"cmakeval",
"cmakeval",
objname="CMake configuration value",
indextemplate="pair: %s; CMake configuration"
)
app.set_html_assets_policy('always') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I cannot find a recent PDF version of the documentation for OpenFAST. I tried to download it from the readthedocs but it doesn't seem to be available there. Only HTML is available:
I downloaded the source code, and tried to generate a PDF inside the docs directory but it doesn't work: I played with sphinx-build, tried for several hours without success.
Where can I find a PDF version of the documentation?
Thank you for your help
Best,
Beta Was this translation helpful? Give feedback.
All reactions