From d9b4d3746ca6097a2822108be25e3a31e47c305b Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Wed, 31 Mar 2021 14:16:05 +0300 Subject: [PATCH] bump tp 1.0.0rc16 --- docs/source/conf.py | 50 ++++++++++----------- swift_browser_ui/__init__.py | 2 +- swift_browser_ui_frontend/package-lock.json | 4 +- swift_browser_ui_frontend/package.json | 2 +- 4 files changed, 28 insertions(+), 30 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5e9f03ab4..383a6bd4d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,17 +18,17 @@ import os # Get the project root dir -sys.path.insert(0, os.path.abspath('../../swift_browser_ui')) +sys.path.insert(0, os.path.abspath("../../swift_browser_ui")) # -- Project information ----------------------------------------------------- current_year = str(datetime.date.today().year) -project = 'swift-browser-ui' -copyright = f'{current_year}, CSC Developers' -author = 'CSC Developers' +project = "swift-browser-ui" +copyright = f"{current_year}, CSC Developers" +author = "CSC Developers" # The full version, including alpha/beta/rc tags -version = release = '1.0.0rc15' +version = release = "1.0.0rc16" # -- General configuration --------------------------------------------------- @@ -36,25 +36,27 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.autodoc', - 'sphinx.ext.autosummary', - 'sphinx.ext.coverage', - 'sphinx.ext.ifconfig', - 'sphinx.ext.viewcode', - 'sphinx.ext.githubpages', - 'sphinx.ext.todo'] +extensions = [ + "sphinx.ext.autodoc", + "sphinx.ext.autosummary", + "sphinx.ext.coverage", + "sphinx.ext.ifconfig", + "sphinx.ext.viewcode", + "sphinx.ext.githubpages", + "sphinx.ext.todo", +] # Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] +templates_path = ["_templates"] -linkcheck_ignore = [r'https://editor.swagger.io/'] +linkcheck_ignore = [r"https://editor.swagger.io/"] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [] -master_doc = 'index' +master_doc = "index" autosummary_generate = True @@ -63,24 +65,20 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'sphinx_rtd_theme' -html_theme_options = { - 'collapse_navigation': True, - 'sticky_navigation': True, - 'display_version': True, - 'prev_next_buttons_location': 'bottom'} +html_theme = "sphinx_rtd_theme" +html_theme_options = {"collapse_navigation": True, "sticky_navigation": True, "display_version": True, "prev_next_buttons_location": "bottom"} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = ["_static"] def setup(app): """Add custom stylesheet.""" - app.add_css_file('style.css') + app.add_css_file("style.css") -htmlhelp_basename = 'swift-browser-ui' -man_pages = [(master_doc, 'swift-browser-ui', [author], 1)] -texinfo_documents = [(master_doc, 'swift-browser-ui', author, 'Miscellaneous')] +htmlhelp_basename = "swift-browser-ui" +man_pages = [(master_doc, "swift-browser-ui", [author], 1)] +texinfo_documents = [(master_doc, "swift-browser-ui", author, "Miscellaneous")] diff --git a/swift_browser_ui/__init__.py b/swift_browser_ui/__init__.py index 9bd96e339..2300e15d2 100644 --- a/swift_browser_ui/__init__.py +++ b/swift_browser_ui/__init__.py @@ -7,6 +7,6 @@ __name__ = "swift_browser_ui" -__version__ = "1.0.0rc15" +__version__ = "1.0.0rc16" __author__ = "CSC Developers" __license__ = "MIT License" diff --git a/swift_browser_ui_frontend/package-lock.json b/swift_browser_ui_frontend/package-lock.json index cf4d4deeb..afe0ff8c6 100644 --- a/swift_browser_ui_frontend/package-lock.json +++ b/swift_browser_ui_frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "swift_browser_ui_frontend_npm", - "version": "1.0.0rc15", + "version": "1.0.0rc16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swift_browser_ui_frontend_npm", - "version": "1.0.0rc15", + "version": "1.0.0rc16", "dependencies": { "@vue/cli-service-global": "^4.5.12", "buefy": "^0.9.5", diff --git a/swift_browser_ui_frontend/package.json b/swift_browser_ui_frontend/package.json index ab51be8cc..c19e90704 100644 --- a/swift_browser_ui_frontend/package.json +++ b/swift_browser_ui_frontend/package.json @@ -1,6 +1,6 @@ { "name": "swift_browser_ui_frontend_npm", - "version": "1.0.0rc15", + "version": "1.0.0rc16", "private": true, "scripts": { "serve": "vue-cli-service serve",