We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 302f6f8 + 02719be commit 2d16abfCopy full SHA for 2d16abf
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.8)
+cmake_minimum_required(VERSION 3.11)
2
project(
3
NRGCore
4
VERSION 0.0.1
docs/conf.py
@@ -66,7 +66,7 @@
66
# The theme to use for HTML and HTML Help pages. See the documentation for
67
# a list of builtin themes.
68
#
69
-html_theme = "alabaster" # "sphinx_rtd_theme"
+html_theme = "sphinx_pydata_theme"
70
# sidebar
71
html_sidebars = {
72
"**": [
nrgcore/CMakeLists.txt
0 commit comments