diff --git a/python2-sphinx b/python2-sphinx new file mode 100644 index 0000000..e015ae6 --- /dev/null +++ b/python2-sphinx @@ -0,0 +1,6 @@ +#%Module 1.0 +# +# python2-sphinx module for use with 'environment modules' package +# +conflict python-sphinx +prepend-path PATH @python2_sphinx_dir@ diff --git a/python3-sphinx b/python3-sphinx new file mode 100644 index 0000000..6d79fad --- /dev/null +++ b/python3-sphinx @@ -0,0 +1,6 @@ +#%Module 1.0 +# +# python2-sphinx module for use with 'environment modules' package +# +conflict python-sphinx +prepend-path PATH @python3_sphinx_dir@ diff --git a/zz-modules-python-sphinx.csh b/zz-modules-python-sphinx.csh new file mode 100644 index 0000000..a0bc0b8 --- /dev/null +++ b/zz-modules-python-sphinx.csh @@ -0,0 +1,2 @@ +# Add path to the default python-sphinx scripts on this version of Fedora +module load python-sphinx diff --git a/zz-modules-python-sphinx.sh b/zz-modules-python-sphinx.sh new file mode 100644 index 0000000..a0bc0b8 --- /dev/null +++ b/zz-modules-python-sphinx.sh @@ -0,0 +1,2 @@ +# Add path to the default python-sphinx scripts on this version of Fedora +module load python-sphinx