Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2 years ago
by
Emmanuel Bertin
Browse files
Options
Download
Email Patches
Plain Diff
Add LaTeXPDF version.
parent
afdf1acc
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/doc.yml
+2
-0
.github/workflows/doc.yml
doc/src/conf.py
+1
-1
doc/src/conf.py
with
3 additions
and
1 deletion
+3
-1
.github/workflows/doc.yml
+
2
-
0
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'
...
...
This diff is collapsed.
Click to expand it.
doc/src/conf.py
+
1
-
1
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.
#
#
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets