Skip to content

Commit

Permalink
doc config
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jan 14, 2025
1 parent e4c87f6 commit c1a1c25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
<<<<<<< Updated upstream
=======
PAPER = letter
>>>>>>> Stashed changes
BUILDDIR = _build
INSTALLDIR = /home/newville/public_html/asteval/

# Internal variables.
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) .
Expand All @@ -27,9 +29,13 @@ html:
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

tarball: all
<<<<<<< Updated upstream
cd $(BUILDDIR)/html && tar cvzf ../../../_doc.tgz *
cd ../../
@echo
=======
cd $(BUILDDIR)/html && tar cvzf ../../../_doc.tgz * & cd ../../
>>>>>>> Stashed changes


pdf: latex
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
# -- Options for LaTeX output --------------------------------------------------

# The paper size ('letter' or 'a4').
latex_papersize = 'letter'
latex_paper_size = 'letter'

# The font size ('10pt', '11pt' or '12pt').
#latex_font_size = '10pt'
Expand Down

0 comments on commit c1a1c25

Please sign in to comment.