File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2020# -- Project information -----------------------------------------------------
2121
2222project = "fossology"
23- copyright = "2019 , Siemens AG"
23+ copyright = "2020 , Siemens AG"
2424
2525# The full version, including alpha/beta/rc tags
26- release = "0.0.7 "
26+ release = "0.1.0 "
2727
2828
2929# -- General configuration ---------------------------------------------------
4949# a list of builtin themes.
5050#
5151html_theme = "alabaster"
52+ html_theme_options = {
53+ "github_user" : "fossology" ,
54+ "github_repo" : "fossology-python" ,
55+ "github_button" : True ,
56+ "fixed_sidebar" : True ,
57+ "extra_nav_links" : {
58+ "Package on PyPi" : "https://pypi.org/project/fossology/" ,
59+ "Source on Github" : "http://github.com/fossology/fossology-python/" ,
60+ },
61+ }
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Welcome to fossology's documentation!
66.. toctree ::
77 :maxdepth: 2
88 :hidden:
9- :caption: Contents:
109
1110 fossology
1211 folders
You can’t perform that action at this time.
0 commit comments