Skip to content

Commit 1b1fac5

Browse files
committed
fix doc build on readthedocs
1 parent cd13534 commit 1b1fac5

File tree

13 files changed

+25
-312
lines changed

13 files changed

+25
-312
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-lts-latest
5+
tools:
6+
python: "3.11"
7+
38
sphinx:
49
configuration: conf.py
510

6-
# additional formats
7-
formats:
8-
- pdf
9-
1011
python:
11-
version: "3.7"
12-
12+
install:
13+
- requirements: requirements.txt

_exts/phpcr/__init__.py

Whitespace-only changes.

_exts/phpcr/_test.cnd

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

_exts/phpcr/sphinx/__init__.py

Whitespace-only changes.

_exts/phpcr/sphinx/cnd.py

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

_exts/phpcr/sphinx/lexer_cnd.py

Lines changed: 0 additions & 40 deletions
This file was deleted.
File renamed without changes.

_theme/phpcr/static/phpcr.css renamed to _static/phpcr.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
div.header {.
1+
div.header {
22
margin: 0;
3-
background: #191818;
4-
background-image: none;
5-
color: #333;
3+
background: #191818 none;
4+
color: #333;
65
text-align: left;
76
padding: 10px 10px 10px 10px;
87
border-bottom: 1px solid #eee;
98
}
109

1110
div.logo {
1211
text-align: left;
13-
padding-top: 0px;
12+
padding-top: 0;
1413
}
1514

1615
div.header a {

_theme/phpcr/layout.html

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

_theme/phpcr/theme.conf

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

0 commit comments

Comments
 (0)