You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docs-pages.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: "Docs / Publish"
2
2
# For more information,
3
-
# see https://sphinx-theme.scylladb.com/stable/github-pages.html#available-workflows
3
+
# see https://sphinx-theme.scylladb.com/stable/deployment/production.html#available-workflows
Copy file name to clipboardExpand all lines: .github/workflows/docs-pr.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: "Docs / Build PR"
2
2
# For more information,
3
-
# see https://sphinx-theme.scylladb.com/stable/github-pages.html#available-workflows
3
+
# see https://sphinx-theme.scylladb.com/stable/deployment/production.html#available-workflows
Copy file name to clipboardExpand all lines: docs/source/commands.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Prerequisites
9
9
10
10
To run the following commands, you will need to have installed **Python +3.7** and **PIP** on your local environment.
11
11
12
-
If you are on **Windows**, you will need to run them from a Unix-based terminal such as `Git Bash <https://www.atlassian.com/git/tutorials/git-bash>`_.
12
+
.. tip:: If you are on Windows, see :ref:`How to use the toolchain in Windows <Windows_Installation>`.
.. tip:: If you get an error when installing make, try to run the command in a console prompt with elevated permissions.
21
22
22
-
23
-
2. Run ``make`` commands from a Unix-based terminal such as `Git Bash <https://www.atlassian.com/git/tutorials/git-bash>`_.
23
+
#. You must run ``make`` commands from a Unix-based terminal such as `Git Bash <https://www.atlassian.com/git/tutorials/git-bash>`_.
24
24
25
25
Multiversion
26
26
------------
@@ -74,7 +74,7 @@ If the console raises the error "No matching refs found!", most likely your fork
74
74
75
75
In this case, you can:
76
76
77
-
* Build multiversion docs for the upstream repository. See :ref:`Preview documentation published in production <Preview_Production>` (recommended)
78
-
* Sync the fork with the upstream repository. See :ref:`Preview latest local changes <Sync_Fork>`
77
+
* Build multiversion docs for the upstream repository. See :ref:`Preview documentation published in production <Preview_Production>` (recommended).
78
+
* Sync the fork with the upstream repository. See :ref:`Preview latest local changes <Sync_Fork>`.
79
79
80
80
Another frequent mistake that raises the error message is to have typos in the configuration file. Make sure that the version names listed in ``TAGS`` and ``BRANCHES`` settings from ``conf.py`` match the repository's branch and tags names on Git.
0 commit comments