- Operating System: [e.g. macOS, Linux, Windows] | - Operating System: [e.g. macOS, Linux, Windows] | ||||
- Compiler: [e.g. MSVC, GCC, Clang] | - Compiler: [e.g. MSVC, GCC, Clang] | ||||
- `dds` Version: [e.g. `0.1.0-alpha.5`] | |||||
- `dds` Version: [e.g. `0.1.0-alpha.6`] | |||||
**Additional context** | **Additional context** | ||||
# The short X.Y version | # The short X.Y version | ||||
version = '' | version = '' | ||||
# The full version, including alpha/beta/rc tags | # The full version, including alpha/beta/rc tags | ||||
release = '0.1.0-alpha.5' | |||||
release = '0.1.0-alpha.6' | |||||
# -- General configuration --------------------------------------------------- | # -- General configuration --------------------------------------------------- | ||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx'] | extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx'] |
{ | { | ||||
"$schema": "./res/package-schema.json", | "$schema": "./res/package-schema.json", | ||||
"name": "dds", | "name": "dds", | ||||
"version": "0.1.0-alpha.5", | |||||
"version": "0.1.0-alpha.6", | |||||
"namespace": "dds", | "namespace": "dds", | ||||
"depends": [ | "depends": [ | ||||
"spdlog@1.7.0", | "spdlog@1.7.0", |