Skip to content

Commit

Permalink
theme change
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantBaheti committed Nov 10, 2021
1 parent 51e9348 commit aae7785
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
Empty file added AsyncioDemo/distipy/app.py
Empty file.
26 changes: 17 additions & 9 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

# -- Project information -----------------------------------------------------

project = 'LearningPython'
copyright = '2021, Nishant Baheti'
project = "The amateur's guide to explore machine learning"
copyright = 'No copyright, Nishant Baheti'
author = 'Nishant Baheti'

html_show_copyright = False

# The full version, including alpha/beta/rc tags
release = '1.0.0'

Expand All @@ -34,15 +36,17 @@
'nbsphinx',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx.ext.viewcode',
'sphinx.ext.todo','sphinx.ext.ifconfig'
]

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

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', '**.ipynb_checkpoints']
exclude_patterns = ['_build', '**.ipynb_checkpoints','docs']


# -- Options for HTML output -------------------------------------------------
Expand All @@ -51,14 +55,18 @@
# a list of builtin themes.
#
## read the docs
# html_theme = 'sphinx_rtd_theme'

# html_theme = "groundwork"

html_theme = "sphinx_rtd_theme"

# html_theme = "sphinx_rtd_theme"
# html_theme = "sizzle"
html_theme = "sphinx_book_theme"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']


html_theme_options = {
"page_width": "100%"
}
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ tornado==6.1
traitlets==5.0.5
urllib3==1.26.6
wcwidth==0.2.5
webencodings==0.5.1
webencodings==0.5.1
sphinx-book-theme>=0.1.6

0 comments on commit aae7785

Please sign in to comment.