8000 cleanup docs · srijan-deepsource/python-sasctl@db16ed9 · GitHub
[go: up one dir, main page]

Skip to content

Commit db16ed9

Browse files
committed
cleanup docs
1 parent 55b9ce0 commit db16ed9

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

doc/conf.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,16 @@
9595
# a list of builtin themes.
9696
#
9797
html_theme = 'alabaster'
98+
# html_theme = 'sphinx_rtd_theme'
9899

99100
# Theme options are theme-specific and customize the look and feel of a theme
100101
# further. For a list of options available for each theme, see the
101102
# documentation.
102103
#
103-
# html_theme_options = {}
104+
html_theme_options = {
105+
'description': 'Python package and CLI for user-friendly integration with SAS Viya',
106+
'fixed_sidebar': True
107+
}
104108

105109
# Add any paths that contain custom static files (such as style sheets) here,
106110
# relative to this directory. They are copied after the builtin static files,
@@ -116,6 +120,13 @@
116120
# 'searchbox.html']``.
117121
#
118122
# html_sidebars = {}
123+
html_sidebars = {
124+
'**': [
125+
'about.html',
126+
'searchbox.html',
127+
'navigation.html'
128+
]
129+
}
119130

120131

121132
# -- Options for HTMLHelp output ---------------------------------------------

doc/index.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ sasctl
44

55
Version |version|
66

7-
.. contents::
8-
:local:
7+
.. toctree::
8+
:maxdepth: 3
9+
:hidden:
10+
11+
index
912

1013
Introduction
1114
------------
@@ -547,11 +550,3 @@ For additional information on configuring and using Tox, see the official :doc:`
547550

548551
.. _`tutorial`: https://seanh.cc/post/tox-tutorial/
549552

550-
551-
Release History
552-
---------------
553-
554-
.. toctree::
555-
556-
releases
557-

doc/releases.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0