History log of /libCEED/doc/sphinx/requirements.txt (Results 26 – 46 of 46)
Revision Date Author Comments
# 094d5ef2 15-Dec-2020 Jed Brown <jed@jedbrown.org>

sphinx: prepare for sphinxcontrib-bibtex 2.0, but pin to <2.0

The new sphinxcontrib-bibtex supports parallel building and requires the
listing of all *.bib sources in bibtex_bibfiles, but it also re

sphinx: prepare for sphinxcontrib-bibtex 2.0, but pin to <2.0

The new sphinxcontrib-bibtex supports parallel building and requires the
listing of all *.bib sources in bibtex_bibfiles, but it also requires
that sphinx be run twice, first to generate a bibtex.json file and then
again to insert the references. I don't know a clean way to do this on
ReadTheDocs so let's stick with 1.x until this issue is resolved or we
need new features.

https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/215

show more ...


# 4ec104bb 20-May-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #543 from CEED/jeremy/pin-markdown

Docs - pin python package markdown at 3.2.1


# be8c6e44 19-May-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Docs - pin python package markdown at 3.2.1


# 65275b31 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

Merge branch 'master' into valeria/NSfixes


# eca3555c 07-May-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #533 from CEED/jed/activate-hoverxref

Jed/activate hoverxref


# 61dafefd 16-Apr-2020 Jed Brown <jed@jedbrown.org>

doc: activate hoverxref after RTD update


# 6d923037 02-May-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #523 from CEED/jed/breathe-4.17

Jed/breathe 4.17


# fe7bf0e4 01-May-2020 Jed Brown <jed@jedbrown.org>

doc: switch to Breathe 4.17 and C domain


# 6489aa1c 08-Apr-2020 Jed Brown <jed@jedbrown.org>

doc: disable hoverxref until upgrade + sphinx-3.0 support is ready


# d22f9ef9 08-Apr-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #510 from CEED/jed/sphinx-3.0

doc: upgrade to sphinx-3.0


# c55e9a30 08-Apr-2020 Jed Brown <jed@jedbrown.org>

doc: upgrade to sphinx-3.0


# 59c48985 08-Apr-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #509 from CEED/jed/pin-breathe-4.14.2

Pin breathe==4.14.2


# 7bebbda2 08-Apr-2020 Jed Brown <jed@jedbrown.org>

Pin breathe==4.14.2

Workaround https://github.com/michaeljones/breathe/issues/495

Reported-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu>


# c7e67134 06-Apr-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #507 from CEED/jed/doc-hoverxref

doc: use hoverxref master


# 77032034 06-Apr-2020 Jed Brown <jed@jedbrown.org>

doc: use hoverxref master


# f2bff5a8 17-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #482 from CEED/leila/doc_NS

Leila/doc ns


# b1581481 16-Mar-2020 Jed Brown <jed@jedbrown.org>

doc: switch from mathjax to katex


# 4bf89169 11-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #469 from CEED/jed/doc-examples

Jed/doc examples


# e862b5ef 09-Mar-2020 Jed Brown <jed@jedbrown.org>

doc: use latest Sphinx (2.4.4) instead of legacy RTD default


# da62e0a9 08-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #446 from CEED/user-manual

Sphinx user manual published at libceed.readthedocs.io


# 4c4400c7 08-Mar-2020 Valeria Barra <valeriabarra21@gmail.com>

doc: convert to Sphinx documentation at libceed.readthedocs.io

Some technical notes about the expanded docs/process:

* Doxygen is now restricted to API documentation. Sphinx docs are
incomplete

doc: convert to Sphinx documentation at libceed.readthedocs.io

Some technical notes about the expanded docs/process:

* Doxygen is now restricted to API documentation. Sphinx docs are
incomplete surrogates due to not hyperlinking code listings, though
we hope the Doxygen site can be removed eventually.

* PDF output uses XeTeX (unicode and OTF fonts) with TeX Gyre Pagella
and DejaVu Sans Mono. You may need to install these fonts in order
to build the PDF users manual.

* Obtaining the author list from Git has not worked on
ReadTheDocs (`git shortlog` is empty even though `git log` is not),
so we automatically generate it on developer machines with `make
doc`. If the author information is incorrect/mangled, edit .mailmap
to fix the mapping.

* Math semantics are based on the description here
https://github.com/sphinx-doc/sphinx/issues/3785

Sphinx chooses one of two setups for the maths.

* If there is a single equation, then we wrap the maths in
\begin{equation*} (or equation).

* If there are multiple equations (as determined by the presence of
an empty line), then we wrap the maths first in \begin{aligned}
and then in \begin{align*} (or align).

Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu>
Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


12