Skip to content

Commit 4c4d361

Browse files
authored
removed _static and _template references in docs (Trusted-AI#5)
1 parent 4ae2b78 commit 4c4d361

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You can set these variables from the command line.
55
SPHINXOPTS =
66
SPHINXBUILD = python -msphinx
7-
SPHINXPROJ = aif360-bias-toolbox
7+
SPHINXPROJ = aif360
88
SOURCEDIR = source
99
BUILDDIR = build
1010

@@ -17,4 +17,4 @@ help:
1717
# Catch-all target: route all unknown targets to Sphinx using the new
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
20-
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

docs/make.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if "%SPHINXBUILD%" == "" (
99
)
1010
set SOURCEDIR=source
1111
set BUILDDIR=build
12-
set SPHINXPROJ=aif360-bias-toolbox
12+
set SPHINXPROJ=aif360
1313

1414
if "%1" == "" goto help
1515

docs/source/conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
autoclass_content = 'both'
4747

4848
# Add any paths that contain templates here, relative to this directory.
49-
templates_path = ['_templates']
49+
templates_path = []
5050

5151
# The suffix(es) of source filenames.
5252
# You can specify multiple suffix as a list of string:
@@ -59,8 +59,8 @@
5959

6060
# General information about the project.
6161
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'
6464

6565
# The version info for the project you're documenting, acts as replacement for
6666
# |version| and |release|, also used in various other places throughout the
@@ -114,7 +114,7 @@
114114
# Add any paths that contain custom static files (such as style sheets) here,
115115
# relative to this directory. They are copied after the builtin static files,
116116
# so a file named "default.css" will overwrite the builtin "default.css".
117-
html_static_path = ['_static']
117+
html_static_path = []
118118

119119
# Custom sidebar templates, must be a dictionary that maps document names
120120
# to template names.

0 commit comments

Comments
 (0)