Update docs, index and build, and rename viewsbar to sidebar

This commit is contained in:
Veronica Berglyd Olsen
2022-11-16 15:58:52 +01:00
parent 444c168da5
commit 9a20eab1b2
7 changed files with 313 additions and 313 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ templates_path = ["_templates"]
source_suffix = ".rst"
master_doc = "index"
today_fmt = "%A, %d %B %Y at %H:%M"
language = None
language = "en"
exclude_patterns = []
pygments_style = "sphinx"
pygments_dark_style = "monokai"
+2 -2
View File
@@ -27,8 +27,8 @@ JSON files. See the :ref:`a_breakdown_storage` section for more details.
Any operating system that can run Python 3 and has the Qt 5 libraries should be able to run
novelWriter. It runs fine on Linux, Windows and macOS, and users have tested it on other platforms
too. novelWriter can be run directly from the Python source, installed from the pip tool. See
:ref:`a_started` for more details.
too. novelWriter can be run directly from the Python source, or installed from packages or the pip
tool. See :ref:`a_started` for more details.
.. note::
Version 1.5 introduced a few changes that will require you to make a few minor modifications to
+2 -2
View File
@@ -1,4 +1,4 @@
furo
sphinx~=4.0
pygments~=2.7
sphinx>=4.0
pygments>=2.7
docutils==0.17.1