Skip to content
Snippets Groups Projects
Commit 913808c6 authored by Ryan Sanford's avatar Ryan Sanford
Browse files

Tidy up doc-build settings

- Set project/copyright/author to correct values
- Set Project name in index.rst
- Enable quiet output during build step
parent 6a42ba69
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ cd "$( dirname "${BASH_SOURCE[0]}" )/.."
sphinx-apidoc -o docs/source -f -d 3 api
# Transform those rst files into html docs
sphinx-build -a -b html ./docs/source ./docs/build
sphinx-build -a -Q -b html docs/source docs/build
......@@ -51,9 +51,9 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'api'
copyright = u'2016, Author'
author = u'Author'
project = u'SciTran'
copyright = u'2016, Project on Scientific Transparency'
author = u'Project on Scientific Transparency'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
......
.. api documentation master file, created by
sphinx-quickstart on Mon Apr 18 15:38:45 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to api's documentation!
The SciTran project
===============================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment