|  | 
| 15 | 15 | import os | 
| 16 | 16 | import sys | 
| 17 | 17 | 
 | 
| 18 |  | -sys.path.insert(0, os.path.abspath("../unboxapi")) | 
|  | 18 | +sys.path.insert(0, os.path.abspath("../openlayer")) | 
| 19 | 19 | 
 | 
| 20 | 20 | 
 | 
| 21 | 21 | # -- Project information ----------------------------------------------------- | 
| 22 | 22 | 
 | 
| 23 |  | -project = "Unbox Python API reference" | 
| 24 |  | -copyright = "2022, Unbox Inc" | 
| 25 |  | -author = "Unbox" | 
|  | 23 | +project = "Openlayer Python API reference" | 
|  | 24 | +copyright = "2022, Unbox Inc." | 
|  | 25 | +author = "Openlayer" | 
| 26 | 26 | 
 | 
| 27 | 27 | # The short X.Y version | 
| 28 |  | -import unboxapi # isort:skip | 
|  | 28 | +import openlayer # isort:skip | 
| 29 | 29 | 
 | 
| 30 |  | -version = str(unboxapi.__version__) | 
|  | 30 | +version = str(openlayer.__version__) | 
| 31 | 31 | 
 | 
| 32 | 32 | # The full version, including alpha/beta/rc tags | 
| 33 | 33 | release = version | 
|  | 
| 93 | 93 | html_theme_options = { | 
| 94 | 94 |  "external_links": [ | 
| 95 | 95 |  { | 
| 96 |  | - "url": "https://github.com/unboxai/unboxapi-python-client/blob/main/CHANGELOG.md", | 
|  | 96 | + "url": "https://github.com/unboxai/openlayer-python/blob/main/CHANGELOG.md", | 
| 97 | 97 |  "name": "Changelog", | 
| 98 | 98 |  } | 
| 99 | 99 |  ], | 
| 100 |  | - "github_url": "https://github.com/unboxai/unboxapi-python-client", | 
|  | 100 | + "github_url": "https://github.com/unboxai/openlayer-python", | 
| 101 | 101 |  "twitter_url": "https://twitter.com/unbox_ai", | 
| 102 | 102 |  # "google_analytics_id": "UA-27880019-2", | 
| 103 | 103 |  "navbar_end": ["version-switcher", "navbar-icon-links"], | 
| 104 | 104 |  "switcher": { | 
| 105 | 105 |  # "json_url": "https://pandas.pydata.org/versions.json", | 
| 106 |  | - "url_template": "https://unbox.ai/docs/{version}/", | 
|  | 106 | + "url_template": "https://openlayer.com/docs/{version}/", | 
| 107 | 107 |  "version_match": switcher_version, | 
| 108 | 108 |  }, | 
| 109 | 109 | } | 
| 110 | 110 | 
 | 
| 111 | 111 | # The name of an image file (relative to this directory) to place at the top | 
| 112 | 112 | # of the sidebar. | 
| 113 |  | -html_logo = "_static/img/unbox.svg" | 
|  | 113 | +html_logo = "_static/img/openlayer.svg" | 
| 114 | 114 | 
 | 
| 115 | 115 | # Add any paths that contain custom static files (such as style sheets) here, | 
| 116 | 116 | # relative to this directory. They are copied after the builtin static files, | 
|  | 
| 137 | 137 | # -- Options for HTMLHelp output --------------------------------------------- | 
| 138 | 138 | 
 | 
| 139 | 139 | # Output file base name for HTML help builder. | 
| 140 |  | -htmlhelp_basename = "UnboxPythonAPIreferencedoc" | 
|  | 140 | +htmlhelp_basename = "OpenlayerPythonAPIreferencedoc" | 
| 141 | 141 | 
 | 
| 142 | 142 | 
 | 
| 143 | 143 | # -- Options for LaTeX output ------------------------------------------------ | 
|  | 
| 163 | 163 | latex_documents = [ | 
| 164 | 164 |  ( | 
| 165 | 165 |  master_doc, | 
| 166 |  | - "UnboxPythonAPIreference.tex", | 
| 167 |  | - "Unbox Python API reference Documentation", | 
| 168 |  | - "Unbox", | 
|  | 166 | + "OpenlayerPythonAPIreference.tex", | 
|  | 167 | + "Openlayer Python API reference Documentation", | 
|  | 168 | + "Openlayer", | 
| 169 | 169 |  "manual", | 
| 170 | 170 |  ), | 
| 171 | 171 | ] | 
|  | 
| 178 | 178 | man_pages = [ | 
| 179 | 179 |  ( | 
| 180 | 180 |  master_doc, | 
| 181 |  | - "unboxpythonapireference", | 
| 182 |  | - "Unbox Python API reference Documentation", | 
|  | 181 | + "openlayerpythonapireference", | 
|  | 182 | + "Openlayer Python API reference Documentation", | 
| 183 | 183 |  [author], | 
| 184 | 184 |  1, | 
| 185 | 185 |  ) | 
|  | 
| 194 | 194 | texinfo_documents = [ | 
| 195 | 195 |  ( | 
| 196 | 196 |  master_doc, | 
| 197 |  | - "UnboxPythonAPIreference", | 
| 198 |  | - "Unbox Python API reference Documentation", | 
|  | 197 | + "OpenlayerPythonAPIreference", | 
|  | 198 | + "Openlayer Python API reference Documentation", | 
| 199 | 199 |  author, | 
| 200 |  | - "UnboxPythonAPIreference", | 
|  | 200 | + "OpenlayerPythonAPIreference", | 
| 201 | 201 |  "One line description of project.", | 
| 202 | 202 |  "Miscellaneous", | 
| 203 | 203 |  ), | 
|  | 
0 commit comments