Skip to content

Commit 9573362

Browse files
committed
updated per mwichman feedback
1 parent 583e717 commit 9573362

File tree

1 file changed

+12
-39
lines changed

1 file changed

+12
-39
lines changed

doc/sphinx/conf.py

Lines changed: 12 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,21 @@
11
#!/usr/bin/env python3
22
#
3-
4-
# MIT License
3+
# SCons documentation build configuration file, created by
4+
# sphinx-quickstart on Mon Apr 30 09:36:53 2018.
55
#
6-
# Copyright The SCons Foundation
6+
# This file is execfile()d with the current directory set to its
7+
# containing dir.
78
#
8-
# Permission is hereby granted, free of charge, to any person obtaining
9-
# a copy of this software and associated documentation files (the
10-
# "Software"), to deal in the Software without restriction, including
11-
# without limitation the rights to use, copy, modify, merge, publish,
12-
# distribute, sublicense, and/or sell copies of the Software, and to
13-
# permit persons to whom the Software is furnished to do so, subject to
14-
# the following conditions:
9+
# Note that not all possible configuration values are present in this
10+
# autogenerated file.
1511
#
16-
# The above copyright notice and this permission notice shall be included
17-
# in all copies or substantial portions of the Software.
12+
# All configuration values have a default; values that are commented out
13+
# serve to show the default.
14+
#
15+
# If extensions (or modules to document with autodoc) are in another directory,
16+
# add these directories to sys.path here. If the directory is relative to the
17+
# documentation root, use os.path.abspath to make it absolute, like shown here.
1818
#
19-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
20-
# KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
21-
# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22-
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23-
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
24-
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25-
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26-
27-
28-
"""
29-
SCons documentation build configuration file, created by
30-
sphinx-quickstart on Mon Apr 30 09:36:53 2018.
31-
32-
This file is execfile()d with the current directory set to its
33-
containing dir.
34-
35-
Note that not all possible configuration values are present in this
36-
autogenerated file.
37-
38-
All configuration values have a default; values that are commented out
39-
serve to show the default.
40-
41-
If extensions (or modules to document with autodoc) are in another directory,
42-
add these directories to sys.path here. If the directory is relative to the
43-
documentation root, use os.path.abspath to make it absolute, like shown here.
44-
"""
45-
4619

4720
import os
4821
import sys

0 commit comments

Comments
 (0)