Skip to content

Commit b154b18

Browse files
Merge pull request #3636 from nexB/fix-doc-build
Fix SCTK doc build
2 parents 4ac517e + 239e13d commit b154b18

22 files changed

+39
-309
lines changed

.cirrus.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.coveragerc

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/--first-timers-only.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/--good-first-issue.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Gitter Chat
4-
url: https://gitter.im/aboutcode-org/discuss
3+
- name: Matrix Chat
4+
url: https://matrix.to/#/#aboutcode-org_discuss:gitter.im
55
about: Please ask questions here.
66
- name: Code Of Conduct
77
url: https://github.com/nexB/scancode-toolkit/blob/develop/CODE_OF_CONDUCT.rst
8-
about: This space is protected by our Code Of Conduct.
8+
about: This space is protected by our Code Of Conduct.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Make sure these boxes are checked before your pull request (PR) is ready to be r
1717
* [ ] Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
1818
Run [tests](https://scancode-toolkit.readthedocs.io/en/latest/contribute/contrib_dev.html#running-tests) locally to check for errors.
1919
* [ ] Commits are in uniquely-named feature branch and has no merge conflicts 📁
20-
* [ ] Looked for possible updates in documentation and added updates if applicable
21-
* [ ] Updated CHANGELOG.rst
20+
* [ ] Updated documentation pages (if applicable)
21+
* [ ] Updated CHANGELOG.rst (if applicable)
2222
<!--
2323
We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged**
2424
if your tests fail at first!

.github/workflows/docs-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26-
- name: Give permission to run scripts
27-
run: chmod +x ./docs/scripts/doc8_style_check.sh
28-
2926
- name: Install Dependencies
3027
run: pip install -e .[docs]
3128

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Build in latest ubuntu/python
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
13+
814
# Build PDF & ePub
915
formats:
1016
- epub

appveyor.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ PROD_REQUIREMENTS="scancode_toolkit*.whl"
159159
VIRTUALENV_DIR=venv
160160

161161
# Cleanable files and directories to delete with the --clean option
162-
CLEANABLE="build dist venv .cache .eggs"
162+
CLEANABLE="tmp build dist venv .cache .eggs"
163163

164164
# extra arguments passed to pip
165165
PIP_EXTRA_ARGS=" "

0 commit comments

Comments
 (0)