Some cleanup of the docs
This commit is contained in:
@@ -56,7 +56,7 @@ build_flatpak:
|
|||||||
paths:
|
paths:
|
||||||
- flatpak/sublime-music.flatpak
|
- flatpak/sublime-music.flatpak
|
||||||
|
|
||||||
# Deploy documenation to GitLab Pages
|
# Deploy documenation and code coverage to GitLab Pages
|
||||||
pages:
|
pages:
|
||||||
# only:
|
# only:
|
||||||
# - master
|
# - master
|
||||||
|
2
Pipfile
2
Pipfile
@@ -15,8 +15,8 @@ jedi = "*"
|
|||||||
rope = "*"
|
rope = "*"
|
||||||
rst2html5 = "*"
|
rst2html5 = "*"
|
||||||
graphviz = "*"
|
graphviz = "*"
|
||||||
sphinx-rtd-theme = "*"
|
|
||||||
sphinx = "*"
|
sphinx = "*"
|
||||||
|
sphinx-rtd-theme = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
sublime-music = {editable = true,path = "."}
|
sublime-music = {editable = true,path = "."}
|
||||||
|
@@ -16,13 +16,16 @@
|
|||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
|
import datetime
|
||||||
|
|
||||||
project = 'Sublime Music'
|
project = 'Sublime Music'
|
||||||
copyright = '2020, Sumner Evans'
|
copyright = f'{datetime.datetime.today().year}, Sumner Evans'
|
||||||
author = 'Sumner Evans'
|
author = 'Sumner Evans'
|
||||||
gitlab = 'https://gitlab.com/sumner/sublime-music/'
|
gitlab = 'https://gitlab.com/sumner/sublime-music/'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# Get the version from the package.
|
||||||
release = 'v0.8.9'
|
import sublime
|
||||||
|
release = f'v{sublime.__version__}'
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
|
@@ -1,8 +1,3 @@
|
|||||||
.. Sublime Music documentation master file, created by
|
|
||||||
sphinx-quickstart on Mon Jan 20 20:03:45 2020.
|
|
||||||
You can adapt this file completely to your liking, but it should at least
|
|
||||||
contain the root `toctree` directive.
|
|
||||||
|
|
||||||
Welcome to Sublime Music's documentation!
|
Welcome to Sublime Music's documentation!
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user