Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation with MkDocs
mkdocs:
configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
# formats: all

25 changes: 25 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
extra_css:
- https://assets.readthedocs.org/static/css/badge_only.css
- https://assets.readthedocs.org/static/css/readthedocs-doc-embed.css
extra_javascript:
- readthedocs-data.js
- https://assets.readthedocs.org/static/core/js/readthedocs-doc-embed.js
- https://assets.readthedocs.org/static/javascript/readthedocs-analytics.js
google_analytics: null
site_name: PythonVoiceCodingPlugin
site_author: mpourmpoulis
site_url: https://pythonvoicecodingplugin.readthedocs.io
docs_dir: doc
repo_url: https://github.com/mpourmpoulis/PythonVoiceCodingPlugin
edit_uri: tree/master/doc

theme:
name: readthedocs

nav:
- Home: README.md
- Argument queries: SelectArgument.md
- Big ROI queries: SelectBigROI.md
- SubIndexing: SubIndexing.md
- Operations: Operations.md
- Collections: CollectionQueries.md