Explicitly set version in docs/conf.py

fix-url-regex
Jason Robinson 2023-03-18 02:06:17 +02:00
rodzic 73b21a688b
commit e3474ce284
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -11,4 +11,8 @@ build:
tools:
python: "3.9"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
formats: all

Wyświetl plik

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from recommonmark.parser import CommonMarkParser
from federation import __version__
__version__ = "0.24.0"
#
# Federation documentation build configuration file, created by