Skip to content

Commit

Permalink
Merge pull request #28 from phpcr/fix-build
Browse files Browse the repository at this point in the history
fix doc build on readthedocs
  • Loading branch information
dbu committed Mar 16, 2024
2 parents cd13534 + ab7f055 commit 6aa151d
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 329 deletions.
13 changes: 7 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
version: 2

build:
os: ubuntu-lts-latest
tools:
python: "3.11"

sphinx:
configuration: conf.py

# additional formats
formats:
- pdf

python:
version: "3.7"

install:
- requirements: requirements.txt
Empty file removed _exts/phpcr/__init__.py
Empty file.
16 changes: 0 additions & 16 deletions _exts/phpcr/_test.cnd

This file was deleted.

Empty file removed _exts/phpcr/sphinx/__init__.py
Empty file.
4 changes: 0 additions & 4 deletions _exts/phpcr/sphinx/cnd.py

This file was deleted.

40 changes: 0 additions & 40 deletions _exts/phpcr/sphinx/lexer_cnd.py

This file was deleted.

File renamed without changes
7 changes: 7 additions & 0 deletions _static/phpcr.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.wy-nav-side {
background: #a11a16;
}

.wy-side-nav-search {
background: #191818;
}
17 changes: 0 additions & 17 deletions _theme/phpcr/layout.html

This file was deleted.

22 changes: 0 additions & 22 deletions _theme/phpcr/static/phpcr.css

This file was deleted.

4 changes: 0 additions & 4 deletions _theme/phpcr/theme.conf

This file was deleted.

4 changes: 2 additions & 2 deletions book/node_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An Example
As an example we will define the node types required by a canonical blog
application.

.. code-block:: cnd
.. code-block:: text
<acmeBlog = "http://example.org/basiccms/ns/1.0">
Expand Down Expand Up @@ -59,7 +59,7 @@ The Canonical Example

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

.. code-block:: cnd
.. code-block:: text
/* An example node type definition */
Expand Down

0 comments on commit 6aa151d

Please sign in to comment.