Skip to content

Commit 2dd057b

Browse files
777arcmbr0wn
authored andcommitted
docs: Remove the sphinx manual
Going forward, everything manual-related will be consolidated into the Doxygen manual, or the wiki.
1 parent 63171ed commit 2dd057b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1
-5092
lines changed

cmake/Modules/FindSphinx.cmake

-37
This file was deleted.

docs/CMakeLists.txt

-16
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@
2121
# Setup dependencies
2222
########################################################################
2323
find_package(Doxygen)
24-
find_package(Sphinx)
2524

2625
########################################################################
2726
# Register component
2827
########################################################################
2928
include(GrComponent)
3029
GR_REGISTER_COMPONENT("doxygen" ENABLE_DOXYGEN DOXYGEN_FOUND)
31-
GR_REGISTER_COMPONENT("sphinx" ENABLE_SPHINX SPHINX_FOUND)
3230

3331
########################################################################
3432
# Begin conditional configuration
@@ -42,17 +40,3 @@ add_subdirectory(doxygen)
4240
add_subdirectory(exploring-gnuradio)
4341

4442
endif(ENABLE_DOXYGEN)
45-
46-
47-
########################################################################
48-
# Begin conditional configuration
49-
########################################################################
50-
if(ENABLE_SPHINX)
51-
52-
53-
########################################################################
54-
# Add subdirectories
55-
########################################################################
56-
add_subdirectory(sphinx)
57-
58-
endif(ENABLE_SPHINX)

docs/doxygen/Doxyfile.in

-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,6 @@ EXCLUDE = @abs_top_srcdir@/volk \
747747
@abs_top_srcdir@/cmake \
748748
@abs_top_srcdir@/gr-utils/python/modtool/gr-newmod \
749749
@abs_top_srcdir@/docs/doxygen/doxyxml/example \
750-
@abs_top_srcdir@/docs/sphinx \
751750
@abs_top_srcdir@/gnuradio-runtime/lib \
752751
@abs_top_builddir@/gnuradio-runtime/lib \
753752
@abs_top_srcdir@/gr-analog/lib \

docs/doxygen/other/build_guide.dox.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,9 @@ Currently, ControlPort only supports the Apache Thrift backend.
109109

110110
\li thrift (>= 0.9.2) https://thrift.apache.org/
111111

112-
To have nice formula formatting in doxygen, you'll need LaTeX; for python docs, sphinx:
112+
To have nice formula formatting in doxygen, you'll need LaTeX:
113113

114114
\li latex (>= 2.0) http://www.latex-project.org/
115-
\li sphinx (>= 1.2.2) http://www.sphinx-doc.org/
116115

117116
\section build_gr_cmake Building GNU Radio
118117

docs/sphinx/CMakeLists.txt

-35
This file was deleted.

docs/sphinx/README

-72
This file was deleted.

0 commit comments

Comments
 (0)