File tree 6 files changed +23
-45
lines changed
6 files changed +23
-45
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
# documentation root, use os.path.abspath to make it absolute, like shown here.
18
18
#
19
19
# import os
20
- # import sys
21
- # sys.path.insert(0, os.path.abspath('.'))
20
+ import sys
21
+ sys .path .insert (0 , os .path .abspath (".." ))
22
+ import contextily # noqa
22
23
23
24
24
25
# -- Project information -----------------------------------------------------
28
29
author = "Dani Arribas-Bel & Contexily Contributors"
29
30
30
31
# The full version, including alpha/beta/rc tags
31
- release = "1.1.0"
32
+ release = contextily . __version__
32
33
33
34
34
35
# -- General configuration ---------------------------------------------------
60
61
# The theme to use for HTML and HTML Help pages. See the documentation for
61
62
# a list of builtin themes.
62
63
#
63
- html_theme = "pydata_sphinx_theme "
64
+ html_theme = "sphinx_book_theme "
64
65
65
66
# Add any paths that contain custom static files (such as style sheets) here,
66
67
# relative to this directory. They are copied after the builtin static files,
71
72
"css/custom.css" ,
72
73
]
73
74
74
- html_sidebars = {
75
- "**" : ["docs-sidebar.html" ],
75
+ html_theme_options = {
76
+ "logo" : {
77
+ "text" : "CONTEXTILY <br> Context geo tiles in Python" ,
78
+ }
76
79
}
77
80
78
81
intersphinx_mapping = {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: contextily_docs
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - python=3.7
5
+ - python=3.11
6
6
# dependencies
7
7
- numpy
8
8
- geopy
@@ -20,4 +20,4 @@ dependencies:
20
20
- nbsphinx
21
21
- pandoc
22
22
- ipython
23
- - pydata- sphinx-theme
23
+ - sphinx-book -theme
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Contents
10
10
--------
11
11
12
12
.. toctree ::
13
- :maxdepth: 2
13
+ :maxdepth: 1
14
14
:caption: User Guide
15
15
16
16
intro_guide
@@ -22,7 +22,7 @@ Contents
22
22
friends_cenpy_osmnx
23
23
24
24
.. toctree ::
25
- :maxdepth: 2
25
+ :maxdepth: 1
26
26
:caption: Reference Guide
27
27
28
28
reference
Original file line number Diff line number Diff line change 1
1
version : 2
2
- formats : []
3
- conda :
4
- environment : docs/environment.yml
2
+ build :
3
+ os : ubuntu-22.04
4
+ tools :
5
+ python : mambaforge-latest
5
6
python :
6
- version : 3
7
- install :
8
- - method : pip
9
- path : .
7
+ install :
8
+ - method : pip
9
+ path : .
10
+ conda :
11
+ environment : docs/environment.yml
12
+ formats : []
You can’t perform that action at this time.
0 commit comments