Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
a5bb4361
Commit
a5bb4361
authored
Oct 18, 2018
by
L.S. Cook
Committed by
Robert Kimball
Oct 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update new docbuild requirements to python3-sphinx (new in 1.7.5) (#1849)
* update sphinx reqs * update sphinx reqs
parent
cb7b498d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc-contributor-README.rst
doc/sphinx/source/project/doc-contributor-README.rst
+3
-2
No files found.
doc/sphinx/source/project/doc-contributor-README.rst
View file @
a5bb4361
...
...
@@ -116,7 +116,7 @@ Build the documentation
``doc/sphinx`` folder removes any generated files.
Right now the minimal version of Sphinx needed to build the documentation is
Sphinx v. 1.
6
.5. This can be installed with :command:`pip3`, either to a virtual
Sphinx v. 1.
7
.5. This can be installed with :command:`pip3`, either to a virtual
environment, or to your base system if you plan to contribute much core code or
documentation. For C++ API docs that contain inheritance diagrams and collaboration
diagrams which are helpful for framework integratons, building bridge code, or
...
...
@@ -127,6 +127,7 @@ To build documentation locally, run:
.. code-block:: console
$ sudo apt-get install python3-sphinx
$ pip3 install [-I] Sphinx==1.7.5 [--user]
$ pip3 install [-I] breathe numpy [--user]
$ cd doc/sphinx/
...
...
@@ -142,7 +143,7 @@ To build documentation in a python3 virtualenv, run:
$ python3 -m venv py3doc
$ . py3doc/bin/activate
(py3doc)$ pip install sphinx breathe numpy
(py3doc)$ pip install
python3-
sphinx breathe numpy
(py3doc)$ cd doc/sphinx
(py3doc)$ make html
(py3doc)$ cd build/html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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