Skip to content

Commit 216dbed

Browse files
Revert back to the original convention of xeus documentation (#20)
1 parent d9b5203 commit 216dbed

34 files changed

+510
-3003
lines changed

.readthedocs.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
version: 2
22

33
sphinx:
4-
configuration: docs/conf.py
4+
configuration: docs/source/conf.py
55
builder: html
66

77
build:
88
os: "ubuntu-22.04"
99
tools:
1010
python: "mambaforge-22.9"
11-
apt_packages:
12-
- clang-15
13-
- libclang-15-dev
14-
- llvm-15-dev
15-
- llvm-15-tools
1611

1712
conda:
1813
environment: docs/environment.yml

CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,3 @@ if(EMSCRIPTEN)
428428
"$<TARGET_FILE_DIR:xcpp>/xcpp.wasm"
429429
DESTINATION ${CMAKE_INSTALL_BINDIR})
430430
endif ()
431-
432-
if(XEUS_CPP_INCLUDE_DOCS)
433-
add_subdirectory(docs)
434-
endif()

cmake/CreateSphinxTarget.cmake

-25
This file was deleted.

cmake/FindSphinx.cmake

-27
This file was deleted.

cmake/modules/GoogleTest.cmake

-84
This file was deleted.

docs/CMakeLists.txt

-31
This file was deleted.

docs/DevelopersDocumentation.rst

-8
This file was deleted.

docs/Doxyfile

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
PROJECT_NAME = "xeus-cpp"
2+
XML_OUTPUT = xml
3+
INPUT = ../include
4+
GENERATE_LATEX = NO
5+
GENERATE_MAN = NO
6+
GENERATE_RTF = NO
7+
CASE_SENSE_NAMES = NO
8+
GENERATE_HTML = YES
9+
GENERATE_XML = YES
10+
RECURSIVE = YES
11+
QUIET = YES
12+
JAVADOC_AUTOBRIEF = YES
13+
WARN_IF_UNDOCUMENTED = NO

0 commit comments

Comments
 (0)