Skip to content

Commit 2d16abf

Browse files
author
Saurabh Pradhan
committed
Merge remote-tracking branch 'origin/main'
2 parents 302f6f8 + 02719be commit 2d16abf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.8)
1+
cmake_minimum_required(VERSION 3.11)
22
project(
33
NRGCore
44
VERSION 0.0.1

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The theme to use for HTML and HTML Help pages. See the documentation for
6767
# a list of builtin themes.
6868
#
69-
html_theme = "alabaster" # "sphinx_rtd_theme"
69+
html_theme = "sphinx_pydata_theme"
7070
# sidebar
7171
html_sidebars = {
7272
"**": [

nrgcore/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.8)
1+
cmake_minimum_required(VERSION 3.11)
22
project(
33
NRGCore
44
VERSION 0.0.1

0 commit comments

Comments
 (0)