Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartee committed Jan 28, 2022
1 parent 82f4913 commit 8920f4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------

project = 'SmartSim'
copyright = '2022, Hewlett Packard Enterprise'
copyright = '2021-2022, Hewlett Packard Enterprise'
author = 'Cray Labs'

try:
Expand Down
10 changes: 4 additions & 6 deletions doc/requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
sphinx==3.1.1
breathe==4.27.0
#sphinx_rtd_theme>=0.5.0
sphinx-book-theme
sphinx==4.4.0
breathe==4.31.0
sphinx-book-theme==0.2.0
sphinx-fortran==1.1.1
nbsphinx>=0.8.2
Jinja2==2.11
nbsphinx>=0.8.2
2 changes: 1 addition & 1 deletion smartsim/_core/_install/buildenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def _torch_site_path():
if not torch_path:
torch_path = _torch_site_path()
if not torch_path:
raise SetupError("Could not located torch cmake path")
raise SetupError("Could not locate torch cmake path")
return str(torch_path)

@staticmethod
Expand Down
1 change: 0 additions & 1 deletion smartsim/_core/_install/builder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import re
import shutil
import site
import stat
import subprocess
import sys
Expand Down

0 comments on commit 8920f4c

Please sign in to comment.