Skip to content

Commit

Permalink
Merge pull request #19 from vroncevic/dev
Browse files Browse the repository at this point in the history
[bash_env] Updated github issue templates, docs
  • Loading branch information
vroncevic committed Feb 18, 2021
2 parents f8e8318 + 45f0a44 commit 2d17372
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img align="right" src="https://raw.githubusercontent.com/vroncevic/bash_env/dev/docs/bash_env_logo.png" width="25%">

# bash_env (Linux BASH/Emacs Environment files)

Linux BASH/Emacs Environment configuration files.
Expand Down
9 changes: 1 addition & 8 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = source
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Binary file added docs/bash_env_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

pushd %~dp0

REM Command file for Sphinx documentation

if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
Expand Down

0 comments on commit 2d17372

Please sign in to comment.