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: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@ Feel free to submit an issue, or even a Pull Request (PR) with fixes or improvem
10
10
11
11
## Building
12
12
13
-
Note that the website is now automatically built and deployed with each push/merge into the main branch, using the github action .github/workflows/build-and-deploy.yml and the GitHub pages system for hosting the website.
13
+
Note that the website is now automatically built and deployed with each push/merge into master branch, using the GitHub action [build-and-deploy.yml](https://github.com/777arc/PySDR/blob/master/.github/workflows/build-and-deploy.yml) and the GitHub pages system for hosting the actual textbook.
14
14
15
-
### Ubuntu
15
+
For testing changes to the textbook locally, you can build using the following steps:
16
+
17
+
### Ubuntu/Debian
16
18
17
19
```bash
18
20
sudo apt update
@@ -24,27 +26,26 @@ make html-nl
24
26
make html-ukraine
25
27
```
26
28
27
-
In _build there should be an index.html that represents the main page of the site
29
+
In _build there should be an index.html that represents the main page of the English site
28
30
29
31
Note: on one machine I had to add `~/.local/bin` to PATH
30
32
31
33
### Windows
32
34
33
-
(this wont include the French version):
35
+
To build the English version:
34
36
35
37
```
36
38
sphinx-build -b html -D imgmath_latex="C:\Program Files\MiKTeX 2.9\miktex\bin\x64\latex.exe" . _build
37
39
```
38
40
39
41
## Creating a PDF Export
40
42
41
-
Not fully working yet due to gifs
43
+
Not fully working yet due to animated gifs, they all need to be removed for this to not error out:
0 commit comments