Files
@ 7c2f909ffdd5
Branch filter:
Location: gimmecert/docs/conf.py - annotation
7c2f909ffdd5
1.4 KiB
text/x-python
GC-44: Added support for Python 3.12:
- Updated documentation.
- Updated release notes.
- Updated supported Python versions in package configuration file.
- Updated Python versions used for tests.
- Updated documentation.
- Updated release notes.
- Updated supported Python versions in package configuration file.
- Updated Python versions used for tests.
c4c57ac605ec c4c57ac605ec 5c9e817249b5 c4c57ac605ec c4c57ac605ec c4c57ac605ec c4c57ac605ec c4c57ac605ec c4c57ac605ec c4c57ac605ec c4c57ac605ec c4c57ac605ec c4c57ac605ec d3bfe4119a3c c4c57ac605ec d3bfe4119a3c d3bfe4119a3c c4c57ac605ec c4c57ac605ec d3bfe4119a3c c4c57ac605ec c4c57ac605ec d3bfe4119a3c c4c57ac605ec d3bfe4119a3c c4c57ac605ec c4c57ac605ec d3bfe4119a3c c4c57ac605ec d3bfe4119a3c c4c57ac605ec c4c57ac605ec c4c57ac605ec c4c57ac605ec c4c57ac605ec d3bfe4119a3c c4c57ac605ec c4c57ac605ec c4c57ac605ec | # -*- coding: utf-8 -*-
#
# Copyright (C) 2018, 2020, 2024 Branko Majic
#
# This file is part of Gimmecert documentation.
#
# This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
# Unported License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
# Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
#
# 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
project = 'Gimmecert'
copyright = '2024, Branko Majic'
author = 'Branko Majic'
release = '0.0-dev'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster'
html_static_path = ['_static']
|