Skip to content

Commit 4db832e

Browse files
committed
Release beta version
Move instead of copying CNAME files Update docs
1 parent 1eed6f2 commit 4db832e

File tree

14 files changed

+20
-17
lines changed

14 files changed

+20
-17
lines changed

docs/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '3.3a',
3+
VERSION: '3.3b',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'dirhtml',

docs/drivers/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>Implementing drivers &#8212; py3-tts 3.3a documentation</title>
9+
<title>Implementing drivers &#8212; py3-tts 3.3b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>

docs/engine/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>Using py3-tts &#8212; py3-tts 3.3a documentation</title>
9+
<title>Using py3-tts &#8212; py3-tts 3.3b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>

docs/genindex/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &#8212; py3-tts 3.3a documentation</title>
8+
<title>Index &#8212; py3-tts 3.3b documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1111
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>py3-tts - Text-to-speech platform &#8212; py3-tts 3.3a documentation</title>
9+
<title>py3-tts - Text-to-speech platform &#8212; py3-tts 3.3b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1212
<script data-url_root="#" id="documentation_options" src="_static/documentation_options.js"></script>
@@ -35,7 +35,7 @@
3535

3636
<section id="py3-tts-text-to-speech-platform">
3737
<h1>py3-tts - Text-to-speech platform<a class="headerlink" href="#py3-tts-text-to-speech-platform" title="Permalink to this heading"></a></h1>
38-
<p>This documentation describes the py3-tts Python package v 3.3a and was rendered on Sep 09, 2023.</p>
38+
<p>This documentation describes the py3-tts Python package v 3.3b and was rendered on Sep 09, 2023.</p>
3939
<p class="rubric">Table of Contents</p>
4040
<div class="toctree-wrapper compound">
4141
<ul>

docs/install/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>Installing py3-tts &#8212; py3-tts 3.3a documentation</title>
9+
<title>Installing py3-tts &#8212; py3-tts 3.3b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -37,7 +37,7 @@
3737
<h1>Installing py3-tts<a class="headerlink" href="#installing-py3-tts" title="Permalink to this heading"></a></h1>
3838
<section id="tested-versions">
3939
<h2>Tested versions<a class="headerlink" href="#tested-versions" title="Permalink to this heading"></a></h2>
40-
<p>Version 3.3a of py3-tts includes drivers for the following text-to-speech synthesizers. Only operating systems on which a driver is tested and known to work are listed. The drivers may work on other systems.</p>
40+
<p>Version 3.3b of py3-tts includes drivers for the following text-to-speech synthesizers. Only operating systems on which a driver is tested and known to work are listed. The drivers may work on other systems.</p>
4141
<ul class="simple">
4242
<li><p>SAPI5 on Windows XP, Windows Vista, Windows 7, and Windows 10</p></li>
4343
<li><p>NSSpeechSynthesizer on Mac OS X 10.5 (Leopard), 10.6 (Snow Leopard), 10.7 (Lion), and 10.8 (Mountain Lion).</p></li>

docs/objects.inv

0 Bytes
Binary file not shown.

docs/py-modindex/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Python Module Index &#8212; py3-tts 3.3a documentation</title>
8+
<title>Python Module Index &#8212; py3-tts 3.3b documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1111
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>

docs/search/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Search &#8212; py3-tts 3.3a documentation</title>
8+
<title>Search &#8212; py3-tts 3.3b documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1111

docs/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/support/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>Supported synthesizers &#8212; py3-tts 3.3a documentation</title>
9+
<title>Supported synthesizers &#8212; py3-tts 3.3b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1212
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
@@ -36,7 +36,7 @@
3636

3737
<section id="supported-synthesizers">
3838
<h1>Supported synthesizers<a class="headerlink" href="#supported-synthesizers" title="Permalink to this heading"></a></h1>
39-
<p>Version 3.3a of py3-tts includes drivers for the following text-to-speech synthesizers. Only operating systems on which a driver is tested and known to work are listed. The drivers may work on other systems.</p>
39+
<p>Version 3.3b of py3-tts includes drivers for the following text-to-speech synthesizers. Only operating systems on which a driver is tested and known to work are listed. The drivers may work on other systems.</p>
4040
<ul class="simple">
4141
<li><p>SAPI5 on Windows XP and Windows Vista and Windows 8,8.1 , 10</p></li>
4242
<li><p>NSSpeechSynthesizer on Mac OS X 10.5 (Leopard) and 10.6 (Snow Leopard)</p></li>

gen_docs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# This is the opposite of the default shell behaviour, which is to ignore errors in scripts.
44
set -e
55
if [ -e "docs/CNAME" ]; then
6-
cp "docs/CNAME" "CNAME"
6+
mv "docs/CNAME" "CNAME"
77
fi
88
rm -rf docs
99
mkdir docs
1010
mkdir -p doc_generator/_static # creates a _static folder if unavailable
1111
cd doc_generator && make dirhtml && mv _build/dirhtml/* ../docs && rm -rf _build && cd ..
1212
touch docs/.nojekyll
1313
if [ -e "CNAME" ]; then
14-
cp "CNAME" "docs/CNAME"
14+
mv "CNAME" "docs/CNAME"
1515
fi

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "py3-tts"
3-
version = "3.3a"
3+
dynamic = ["version"]
44
dependencies = [
55
"comtypes; platform_system == 'Windows'",
66
"pypiwin32; platform_system == 'Windows'",
@@ -33,6 +33,9 @@ requires-python = ">=3"
3333
[tool.setuptools]
3434
packages = ["pyttsx3", "pyttsx3.drivers"]
3535

36+
[tool.setuptools.dynamic]
37+
version = { attr = "pyttsx3.version" }
38+
3639
[build-system]
3740
requires = ["setuptools", "wheel"]
3841
build-backend = "setuptools.build_meta"

pyttsx3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from .engine import Engine
44

5-
version = '3.3a'
5+
version = '3.3b'
66
_activeEngines = weakref.WeakValueDictionary()
77

88

0 commit comments

Comments
 (0)