File tree Expand file tree Collapse file tree 4 files changed +4
-112
lines changed Expand file tree Collapse file tree 4 files changed +4
-112
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# General information about the project.
47
47
project = "django-dbbackup"
48
- copyright = "2016, Michael Shepanski "
48
+ copyright = "Mark Bakhit "
49
49
50
50
# basepath
51
51
path = os .path .dirname (os .path .dirname (os .path .abspath (__file__ )))
102
102
103
103
# -- Options for HTML output ---------------------------------------------------
104
104
105
- on_rtd = os .environ .get ("READTHEDOCS" , None ) == "True"
106
- if on_rtd :
107
- html_theme = "default"
108
- else :
109
- html_theme = "nature"
105
+ html_theme = "sphinx_rtd_theme"
106
+
110
107
111
108
# Theme options are theme-specific and customize the look and feel of a theme
112
109
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change @@ -15,13 +15,6 @@ It is made to:
15
15
- Keep your development database up to date
16
16
- Use Crontab or Celery to setup automated backups
17
17
18
- .. warning ::
19
-
20
- Django DBBackup version 3 is very different to its predecessors.
21
- See `Upgrade documentation `_ to help to get up to date.
22
-
23
- .. _`Upgrade documentation` : upgrade.html
24
-
25
18
Contents:
26
19
27
20
.. toctree ::
@@ -33,7 +26,6 @@ Contents:
33
26
storage
34
27
commands
35
28
integration
36
- upgrade
37
29
contributing
38
30
changelog
39
31
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
python-dotenv
4
4
sphinx
5
5
sphinx-django-command
6
+ sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments