Skip to content
Snippets Groups Projects

Draft: Support multiple APIs

Open Duncan Macleod requested to merge duncanmmacleod/gwdatafind:multi-api into main
Files
18
+ 4
4
@@ -14,14 +14,14 @@ project = "gwdatafind"
copyright = "2018-2025, Cardiff University"
author = "Duncan Macleod"
release = gwdatafind.__version__
version = re.split(r'[\w-]', gwdatafind.__version__)[0]
version = re.split(r"[\w-]", gwdatafind.__version__)[0]
# -- config
source_suffix = '.rst'
master_doc = 'index'
source_suffix = ".rst"
master_doc = "index"
default_role = 'obj'
default_role = "obj"
# -- theme
Loading