Skip to content

Commit

Permalink
removed gokdok dep
Browse files Browse the repository at this point in the history
  • Loading branch information
b08x committed Sep 25, 2024
1 parent d8bb312 commit b508e5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ gem "cli-ui", "~> 2.2"
gem "color", "~> 1.8"
gem "dotenv", "~> 3.1"
gem "engtagger"
# gem "gokdok", "~> 0.4.2"
gem "groq"
gem "highline", "~> 3.0"
gem "jongleur"
Expand Down
17 changes: 5 additions & 12 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ $LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir)

APP_ROOT = __dir__

### Task: rdoc
require "rake"
require "rake/testtask"
require "rdoc/task"
require "gokdok"

OWNER = "b08x".freeze
ALL_IMAGES = %w[
flowbots
Expand Down Expand Up @@ -100,6 +94,11 @@ task "push-all" do
end
end

### Task: rdoc
require "rake"
require "rake/testtask"
require "rdoc/task"

Rake::RDocTask.new do |rdoc|
rdoc.title = "flowbots v0.1"
rdoc.rdoc_dir = "#{APP_ROOT}/doc"
Expand Down Expand Up @@ -190,9 +189,3 @@ Rake::RDocTask.new do |rdoc|
rdoc.rdoc_files.include "lib/workflows/topic_model_trainer_workflow.rb"
rdoc.rdoc_files.include "lib/workflows/topic_model_trainer_workflowtest.rb"
end

Gokdok::Dokker.new do |gd|
gd.remote_path = "" # Put into the root directory
gd.repo_url = "[email protected]:b08x/flowbots.git"
gd.doc_home = "#{APP_ROOT}/doc"
end

0 comments on commit b508e5e

Please sign in to comment.