Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 17be439

Browse files
Merge pull request #32 from mpourmpoulis/read_the_docs
first attempt for rtd
2 parents 7e05db7 + 5fab39a commit 17be439

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

‎.readthedocs.yml‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Build documentation with MkDocs
9+
mkdocs:
10+
configuration: mkdocs.yml
11+
12+
# Optionally build your docs in additional formats such as PDF and ePub
13+
# formats: all
14+

‎mkdocs.yaml‎

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
extra_css:
2+
- https://assets.readthedocs.org/static/css/badge_only.css
3+
- https://assets.readthedocs.org/static/css/readthedocs-doc-embed.css
4+
extra_javascript:
5+
- readthedocs-data.js
6+
- https://assets.readthedocs.org/static/core/js/readthedocs-doc-embed.js
7+
- https://assets.readthedocs.org/static/javascript/readthedocs-analytics.js
8+
google_analytics: null
9+
site_name: PythonVoiceCodingPlugin
10+
site_author: mpourmpoulis
11+
site_url: https://pythonvoicecodingplugin.readthedocs.io
12+
docs_dir: doc
13+
repo_url: https://github.com/mpourmpoulis/PythonVoiceCodingPlugin
14+
edit_uri: tree/master/doc
15+
16+
theme:
17+
name: readthedocs
18+
19+
nav:
20+
- Home: README.md
21+
- Argument queries: SelectArgument.md
22+
- Big ROI queries: SelectBigROI.md
23+
- SubIndexing: SubIndexing.md
24+
- Operations: Operations.md
25+
- Collections: CollectionQueries.md

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /