File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
# You can set these variables from the command line.
5
5
SPHINXOPTS =
6
6
SPHINXBUILD = python -msphinx
7
- SPHINXPROJ = aif360-bias-toolbox
7
+ SPHINXPROJ = aif360
8
8
SOURCEDIR = source
9
9
BUILDDIR = build
10
10
17
17
# Catch-all target: route all unknown targets to Sphinx using the new
18
18
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
19
% : Makefile
20
- @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
20
+ @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if "%SPHINXBUILD%" == "" (
9
9
)
10
10
set SOURCEDIR = source
11
11
set BUILDDIR = build
12
- set SPHINXPROJ = aif360-bias-toolbox
12
+ set SPHINXPROJ = aif360
13
13
14
14
if " %1 " == " " goto help
15
15
Original file line number Diff line number Diff line change 46
46
autoclass_content = 'both'
47
47
48
48
# Add any paths that contain templates here, relative to this directory.
49
- templates_path = ['_templates' ]
49
+ templates_path = []
50
50
51
51
# The suffix(es) of source filenames.
52
52
# You can specify multiple suffix as a list of string:
59
59
60
60
# General information about the project.
61
61
project = u'aif360'
62
- copyright = u'2018, IBM Research '
63
- author = u'IBM Research '
62
+ copyright = u'2018, IBM Corporation '
63
+ author = u'aif360 developers '
64
64
65
65
# The version info for the project you're documenting, acts as replacement for
66
66
# |version| and |release|, also used in various other places throughout the
114
114
# Add any paths that contain custom static files (such as style sheets) here,
115
115
# relative to this directory. They are copied after the builtin static files,
116
116
# so a file named "default.css" will overwrite the builtin "default.css".
117
- html_static_path = ['_static' ]
117
+ html_static_path = []
118
118
119
119
# Custom sidebar templates, must be a dictionary that maps document names
120
120
# to template names.
You can’t perform that action at this time.
0 commit comments