| 
									
										
										
										
											2023-10-28 17:48:37 -05:00
										 |  |  | # Configuration file for the Sphinx documentation builder. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # For the full list of built-in configuration values, see the documentation: | 
					
						
							|  |  |  | # https://www.sphinx-doc.org/en/master/usage/configuration.html | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # -- Project information ----------------------------------------------------- | 
					
						
							|  |  |  | # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-30 20:40:23 -05:00
										 |  |  | from importlib.metadata import version as get_version | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-08-30 21:25:44 -05:00
										 |  |  | project = "WuttJamaican" | 
					
						
							|  |  |  | copyright = "2023-2024, Lance Edgar" | 
					
						
							|  |  |  | author = "Lance Edgar" | 
					
						
							|  |  |  | release = get_version("WuttJamaican") | 
					
						
							| 
									
										
										
										
											2023-10-28 17:48:37 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | # -- General configuration --------------------------------------------------- | 
					
						
							|  |  |  | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extensions = [ | 
					
						
							| 
									
										
										
										
											2025-08-30 21:25:44 -05:00
										 |  |  |     "sphinx.ext.autodoc", | 
					
						
							|  |  |  |     "sphinx.ext.intersphinx", | 
					
						
							|  |  |  |     "sphinxcontrib.programoutput", | 
					
						
							|  |  |  |     "sphinx.ext.viewcode", | 
					
						
							|  |  |  |     "sphinx.ext.todo", | 
					
						
							|  |  |  |     "enum_tools.autoenum", | 
					
						
							| 
									
										
										
										
											2023-10-28 17:48:37 -05:00
										 |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-08-30 21:25:44 -05:00
										 |  |  | templates_path = ["_templates"] | 
					
						
							|  |  |  | exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] | 
					
						
							| 
									
										
										
										
											2023-10-28 17:48:37 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | intersphinx_mapping = { | 
					
						
							| 
									
										
										
										
											2025-08-30 21:25:44 -05:00
										 |  |  |     "alembic": ("https://alembic.sqlalchemy.org/en/latest/", None), | 
					
						
							|  |  |  |     "humanize": ("https://humanize.readthedocs.io/en/stable/", None), | 
					
						
							|  |  |  |     "mako": ("https://docs.makotemplates.org/en/latest/", None), | 
					
						
							|  |  |  |     "packaging": ("https://packaging.python.org/en/latest/", None), | 
					
						
							|  |  |  |     "python": ("https://docs.python.org/3/", None), | 
					
						
							|  |  |  |     "python-configuration": ( | 
					
						
							|  |  |  |         "https://python-configuration.readthedocs.io/en/latest/", | 
					
						
							|  |  |  |         None, | 
					
						
							|  |  |  |     ), | 
					
						
							|  |  |  |     "rattail": ("https://docs.wuttaproject.org/rattail/", None), | 
					
						
							|  |  |  |     "rattail-manual": ("https://docs.wuttaproject.org/rattail-manual/", None), | 
					
						
							|  |  |  |     "rich": ("https://rich.readthedocs.io/en/latest/", None), | 
					
						
							|  |  |  |     "sqlalchemy": ("http://docs.sqlalchemy.org/en/latest/", None), | 
					
						
							|  |  |  |     "wutta-continuum": ("https://docs.wuttaproject.org/wutta-continuum/", None), | 
					
						
							| 
									
										
										
										
											2023-10-28 17:48:37 -05:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # -- Options for HTML output ------------------------------------------------- | 
					
						
							|  |  |  | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-08-30 21:25:44 -05:00
										 |  |  | html_theme = "furo" | 
					
						
							|  |  |  | html_static_path = ["_static"] |