Skip to content

Commit 9cd5dbb

Browse files
Merge pull request #138 from nexB/clean-docs
Use README in RTD docs
2 parents ea522de + 51fbb81 commit 9cd5dbb

File tree

8 files changed

+29
-492
lines changed

8 files changed

+29
-492
lines changed

.github/workflows/docs-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ubuntu-20.04
2525

2626
steps:
27-
- uses: actions/checkout@master
27+
- uses: actions/checkout@v3
2828
- name: Set up Python
29-
uses: actions/setup-python@v1
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: 3.9
3232

.readthedocs.yml

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

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
13+
# Build PDF & ePub
14+
formats:
15+
- epub
16+
- pdf
17+
818
# Where the Sphinx conf.py file is located
919
sphinx:
1020
configuration: docs/source/conf.py

docs/source/conf.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = "nexb-skeleton"
20+
project = "PurlDB"
2121
copyright = "nexB Inc. and others."
2222
author = "AboutCode.org authors and contributors"
2323

@@ -67,8 +67,8 @@
6767
html_context = {
6868
"display_github": True,
6969
"github_user": "nexB",
70-
"github_repo": "nexb-skeleton",
71-
"github_version": "develop", # branch
70+
"github_repo": "purldb",
71+
"github_version": "main", # branch
7272
"conf_py_path": "/docs/source/", # path in the checkout to the docs root
7373
}
7474

@@ -95,3 +95,9 @@
9595
.. role:: img-title-para
9696
9797
"""
98+
99+
# -- Options for LaTeX output -------------------------------------------------
100+
101+
latex_elements = {
102+
'classoptions': ',openany,oneside'
103+
}

docs/source/contribute/contrib_doc.rst

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

0 commit comments

Comments
 (0)