Skip to content

Commit ab7f055

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

File tree

14 files changed

+28
-329
lines changed

14 files changed

+28
-329
lines changed

.readthedocs.yaml

+7-6
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

-16
This file was deleted.

_exts/phpcr/sphinx/__init__.py

Whitespace-only changes.

_exts/phpcr/sphinx/cnd.py

-4
This file was deleted.

_exts/phpcr/sphinx/lexer_cnd.py

-40
This file was deleted.
File renamed without changes.

_static/phpcr.css

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.wy-nav-side {
2+
background: #a11a16;
3+
}
4+
5+
.wy-side-nav-search {
6+
background: #191818;
7+
}

_theme/phpcr/layout.html

-17
This file was deleted.

_theme/phpcr/static/phpcr.css

-22
This file was deleted.

_theme/phpcr/theme.conf

-4
This file was deleted.

book/node_types.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An Example
1818
As an example we will define the node types required by a canonical blog
1919
application.
2020

21-
.. code-block:: cnd
21+
.. code-block:: text
2222
2323
<acmeBlog = "http://example.org/basiccms/ns/1.0">
2424
@@ -59,7 +59,7 @@ The Canonical Example
5959

6060
This has been copied directly from the `Jackrabbit Node Type Reference <http://jackrabbit.apache.org/node-type-notation.html>`_.
6161

62-
.. code-block:: cnd
62+
.. code-block:: text
6363
6464
/* An example node type definition */
6565

0 commit comments

Comments
 (0)