Age | Commit message (Collapse) | Author | Files | Lines |
|
1.5.6 allows:
intersphinx link using the ':doc:' directive.
And does not have the memory leak that was causing our build
to fail found in sphinx-build 1.6 onwards
Change-Id: I1a04871b2771a0123096629d706a6b2d375f520e
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
A change between 1.3 and 1.7.9 introduced a memory leak which is causing
our builds to take >3Gb of memory.
Reverting this until we can track down the issue.
This reverts commit f0c78d7f71fa697d0722c9f320e7ea2f72fdeaae.
Change-Id: Ib8a8ad5840d95ca98b579b333b7263a07f9843a2
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
The docs project has been working off of an old version for quite some
time. Bumping the Sphinx version allows us to intersphinx link using the
':doc:' directive.
Change-Id: Ic0782ec3c29778195d580107212427382eb51b1c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
There is a bug in docutils which causes it to break on remote images, as
discovered by OpenStack: https://sourceforge.net/p/docutils/bugs/301/
Change-Id: Id1ae986c255d1d0df38812dc02ac443eed198103
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
To keep the doc jobs for OPNFV & ODL as similar as possible, we're
using a similar tox build script as used in ODLDocs. The new merge
job is tested to run the same tox build script. This build script
is to be run as `tox -edocs`. Everything under docs/ shall be built.
Change-Id: Ic4fab5e431e6937a1dbbeca2b1ff339dd092b688
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
Builds for the new conf.py's importing sphinx_bootstrap_theme (SBT) were failing because jenkins was still loading the previous version of requirements which did not have SBT. Adding the SBT to requirements will ensure the build does not fail.
Change-Id: I9a46f519f5d5548e3a304a7d55d99e80a4366460
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
JIRA: DOCS-153
Change-Id: I568192dbb6653eb8fd8518abebf3558dc00dcee8
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|