Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
28a7e333
Commit
28a7e333
authored
Mar 09, 2023
by
Emmanuel Bertin
Browse files
Add LaTeXPDF version.
parent
afdf1acc
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/doc.yml
View file @
28a7e333
...
@@ -33,6 +33,8 @@ jobs:
...
@@ -33,6 +33,8 @@ jobs:
./configure --disable-model-fitting --disable-cfitsio --disable-threads
./configure --disable-model-fitting --disable-cfitsio --disable-threads
cd doc
cd doc
make html
make html
make latexpdf
cp build/latex/sextractor.pdf build/html/
-
name
:
Set destination dir
-
name
:
Set destination dir
if
:
github.ref_name != 'main'
if
:
github.ref_name != 'main'
...
...
doc/src/conf.py
View file @
28a7e333
...
@@ -160,7 +160,7 @@ latex_documents = [
...
@@ -160,7 +160,7 @@ latex_documents = [
# If true, show URL addresses after external links.
# If true, show URL addresses after external links.
#
#
latex_show_urls
=
'footnote'
#
latex_show_urls =
False
# Documents to append as an appendix to all manuals.
# Documents to append as an appendix to all manuals.
#
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment